diff --git a/scripts/uninstall_panel.sh b/scripts/uninstall_panel.sh index 159719a9..6942d6a0 100644 --- a/scripts/uninstall_panel.sh +++ b/scripts/uninstall_panel.sh @@ -62,6 +62,7 @@ Remove_Panel() { systemctl stop panel systemctl disable panel rm -f /etc/systemd/system/panel.service + rm -f /usr/bin/panel rm -rf ${setup_Path} }