This commit is contained in:
2026-03-26 19:10:59 -05:00
parent ecb17b3e23
commit 6f902e35f4
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
action="$1"
FOLDER='/opt/idssys/ta-proxmenu'
VERS='2026.3.26-3'
VERS='2026.3.26-4'
noupdate=' restart cpu '
+1
View File
@@ -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