From 9bce38e69f04e2a5c8ffc41ec08a5e3521f0eee9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 7 Mar 2026 18:25:21 -0600 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 5a09a09..c4a47f1 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -326,11 +326,8 @@ MAIN_MENU() { [Ss]) INSTALL_SCREENCONNECT;; [Mm]) MAINTENANCE_MODE;; [Rr]) RESTART_PVE_SERVICES;; - [Qq]) EXIT1 - exit 0;; - *) echo "Thats an invaild option," - echo "please select a valid option only." - sleep 1;; + [Qq]) EXIT1; exit 0;; + *) echo -e "Thats an invaild option,\nplease select a valid option only."; sleep 1;; esac done }