From e661de73e0987fc8c82506086e8c1ed4bc3b0cc3 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 7 Mar 2026 15:03:47 -0600 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index c1d0f41..d51491c 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -209,7 +209,9 @@ RESTART_PVE_SERVICES(){ case "$choice" in [Nn]) echo;; *) echo + echo -en "\n${idsCL[Yellow]}Restarting services ... " systemctl restart pve-cluster pvedaemon pvestatd pveproxy + echo -e "${idsCL[Green]}Done${idsCL[Default]}" echo -e "\n${idsCL[Green]}This hosts Proxmox services have been restarted${idsCL[Default]}\n" [ ${action-x} ] && exit 0 || ENTER2CONTINUE ;; @@ -234,7 +236,7 @@ MAIN_MENU() { echo -en " [${idsCL[LightYellow]}1${idsCL[Default]}] ${idsCL[White]}Run Post-Install Script${idsCL[Default]}" [ -f /opt/.PROXMENUX_POST_INSTALL ] && echo -e "${idsCL[Cyan]} - Has been ran prevously${idsCL[Default]}" || echo - if ! pvesh get /cluster/resources | grep -i pulse &> /dev/nul ; then + if ! pvesh get /cluster/resources | grep -i pulse &> /dev/null ; then echo -e " [${idsCL[LightYellow]}2${idsCL[Default]}] ${idsCL[White]}Install Pulse Monitoring${idsCL[Default]}" else echo -e "${idsCL[DarkGray]} [2] Pulse Monitoring is already installed${idsCL[Default]}"