From b9abe488e0044466406657c7ed407e8cbd227192 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 7 Mar 2026 14:31:42 -0600 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 7817419..57c0a3c 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -213,11 +213,11 @@ RESTART_PVE_SERVICES(){ [Nn]) echo;; *) echo systemctl restart pve-cluster pvedaemon pvestatd pveproxy - echo;; + echo -e "\n${idsCL[Green]}This hosts Proxmox services have been restarted${idsCL[Default]}\n" + [ ${action-x} ] && exit 0 || ENTER2CONTINUE + ;; esac - echo -e "\n${idsCL[Green]}This hosts services have been restarted${idsCL[Default]}" - [ ${action-x} ] && exit 0 || ENTER2CONTINUE } MAIN_MENU() { @@ -287,7 +287,7 @@ MAIN_MENU() { echo echo - echo -e " [${idsCL[LightYellow]}R0${idsCL[Default]}] ${idsCL[White]}Restart Proxmox Services${idsCL[Default]}" + echo -e " [${idsCL[LightYellow]}R${idsCL[Default]}] ${idsCL[White]}Restart Proxmox Services${idsCL[Default]}" echo -e " [${idsCL[LightYellow]}Q${idsCL[Default]}] ${idsCL[White]}Quit${idsCL[Default]}" echo echo