From bf8eab51326320f4e29aafd0ce4c3d8fc3769127 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 5 Mar 2026 22:19:02 -0600 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index f3cf903..b6d6c48 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -232,7 +232,11 @@ MAIN_MENU() { echo echo -e " [${idsCL[LightYellow]}1${idsCL[Default]}] ${idsCL[White]}Run Post-Install Script${idsCL[Default]}" - echo -e " [${idsCL[LightYellow]}2${idsCL[Default]}] ${idsCL[White]}Install Pulse Monitoring${idsCL[Default]}" + if [ ! pvesh get /cluster/resources | grep -i pulse ]; 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]}" + fi echo if [ ! apt list --installed "connectwise*" &> /dev/null ]; then