From 8c76d07ea006b69357165654ead23e2522bc4dc0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 13 Mar 2026 21:53:48 -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 c5374ae..ace74ab 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -235,7 +235,7 @@ MAINTENANCE_MODE(){ if ha-manager status | grep "maintenance mode" &> /dev/null; then echo -en "${idsCL[LightCyan]}Take the local host out of maintenance mode (Y/n)?${idsCL[Default]} " else - echo -en "${idsCL[LightCyan]}qPut the local host into maintenance mode (Y/n)?${idsCL[Default]} " + echo -en "${idsCL[LightCyan]}Put the local host into maintenance mode (Y/n)?${idsCL[Default]} " fi read -n 1 choice case "$choice" in