diff --git a/defaults.inc b/defaults.inc index 114432d..cd7ec1a 100755 --- a/defaults.inc +++ b/defaults.inc @@ -3,7 +3,7 @@ action="$1" FOLDER='/opt/idssys/ta-proxmenu' -VERS='2026.4.16-2' +VERS='2026.4.16-3' noupdate=' restart cpu mm ' diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 4c8b464..14566b5 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -367,7 +367,7 @@ if [ ${action-x} ]; then acronis) INSTALL_ACRONIS;; proxmenux) [ ! -f /usr/local/bin/menu ] && INSTALL_PROXMENUX || /usr/local/bin/menu;; screenconnect) INSTALL_SCREENCONNECT;; - restart) RESTART_PVE_SERVICES;; + restart) RESTART_PVE_SERVICES ${2};; cpu) DETECT_CPU;; mm) MAINTENANCE_MODE;; *) MAIN_MENU;;