diff --git a/defaults.inc b/defaults.inc index f50fa46..47c27c8 100755 --- a/defaults.inc +++ b/defaults.inc @@ -3,7 +3,7 @@ action="$1" FOLDER='/opt/idssys/ta-proxmenu' -VERS='2026.3.26-3' +VERS='2026.3.26-4' noupdate=' restart cpu ' diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 7f82bdc..a8dc2f6 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -364,6 +364,7 @@ if [ ${action-x} ]; then screenconnect) INSTALL_SCREENCONNECT;; restart) RESTART_PVE_SERVICES;; cpu) DETECT_CPU;; + mm) MAINTENANCE_MODE;; *) MAIN_MENU;; esac else