From 3629391e7807946521091db324e1f945409c186d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 16 Apr 2026 22:21:12 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- proxmenu-scripts.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;;