From b6c73d1cc5dc70c2402fbc53524ea7d2be0334c4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 7 Mar 2026 15:37:51 -0600 Subject: [PATCH] update --- defaults.inc | 2 +- proxmenu-scripts.sh | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index 1a6e7a7..08bea87 100755 --- a/defaults.inc +++ b/defaults.inc @@ -3,7 +3,7 @@ action="$1" FOLDER='/opt/idssys/ta-proxmenu' -VERS='2026.3.17' +VERS='2026.3.18' RNIP=$(ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | head -n 1 | awk '/inet/ {print $2}' | cut -d'/' -f1) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index d51491c..2c72123 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -245,10 +245,14 @@ MAIN_MENU() { echo if [ "$(systemctl is-active ITSPlatform)" != "active" ]; then echo -e " [${idsCL[LightYellow]}3${idsCL[Default]}] ${idsCL[White]}Install ConnectWise RMM Agent${idsCL[Default]}" - echo -e " [${idsCL[LightYellow]}4${idsCL[Default]}] ${idsCL[White]}Install ScreenConnect Agent${idsCL[Default]}" else echo -e "${idsCL[DarkGray]} [3] ConnectWise RMM Agent is already installed${idsCL[Default]}" fi + if [ "$(systemctl is-active connectwise*)" != "active" ]; then + echo -e " [${idsCL[LightYellow]}4${idsCL[Default]}] ${idsCL[White]}Install ScreenConnect Agent${idsCL[Default]}" + else + echo -e "${idsCL[DarkGray]} [4] ScreenConnect is already installed${idsCL[Default]}" + fi if [ "$(dpkg -l | awk '/cyberprotect/ {print }'|wc -l)" -eq 0 ]; then echo -e " [${idsCL[LightYellow]}5${idsCL[Default]}] ${idsCL[White]}Install Acronis Backup Agent${idsCL[Default]}"