From 8219e09dc6208a7f36017ccaed088972317283fe Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 28 Apr 2026 15:50:46 -0500 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 49f2259..cc9258d 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -389,7 +389,7 @@ if [ ${action-x} ]; then restart) RESTART_PVE_SERVICES ${2};; cpu) DETECT_CPU;; mm) MAINTENANCE_MODE;; - timeout) SET_VM_SHUTDOWNTIMEOUT $(2);; + timeout) SET_VM_SHUTDOWNTIMEOUT ${2};; *) MAIN_MENU;; esac else