This commit is contained in:
2026-04-16 22:21:12 -05:00
parent 05f3c2e53b
commit 3629391e78
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 '
+1 -1
View File
@@ -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;;