Update proxmenu-scripts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user