Update proxmenu-scripts.sh

This commit is contained in:
2026-03-13 21:53:48 -05:00
parent d5eea22daf
commit 8c76d07ea0

View File

@@ -235,7 +235,7 @@ MAINTENANCE_MODE(){
if ha-manager status | grep "maintenance mode" &> /dev/null; then 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]} " echo -en "${idsCL[LightCyan]}Take the local host out of maintenance mode (Y/n)?${idsCL[Default]} "
else 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 fi
read -n 1 choice read -n 1 choice
case "$choice" in case "$choice" in