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