From ccbb671ce6e1f3c25e54d4d6228490fe5686df49 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 5 Mar 2026 22:24:52 -0600 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index e56de0c..7691d25 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -232,7 +232,7 @@ MAIN_MENU() { echo echo -e " [${idsCL[LightYellow]}1${idsCL[Default]}] ${idsCL[White]}Run Post-Install Script${idsCL[Default]}" - if [ ! $(pvesh get /cluster/resources | grep -i pulse) ]; then + if ! pvesh get /cluster/resources | grep -i pulse &> /dev/nul ; 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]}"