From 0e209b0085542338f27dd4364c82c446d7d1c991 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 25 Jul 2026 23:55:40 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- proxmenu-scripts.sh | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/defaults.inc b/defaults.inc index 99b7050..5703efc 100755 --- a/defaults.inc +++ b/defaults.inc @@ -3,7 +3,7 @@ action="${1:-}" FOLDER='/opt/idssys/ta-proxmenu' -VERS='2026.7.25-67' +VERS='2026.7.25-68' noupdate=' ' diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 1764d84..8989c41 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -1932,33 +1932,33 @@ MONITORING_MENU() { if (( pulse_status == 0 )); then labels=("Pulse monitoring (installed)") else - labels=("${idsCL[Cyan]}Install Pulse monitoring${idsCL[Default]}") + labels=($'\e[36mInstall Pulse monitoring\e[39m') fi if systemctl is-active --quiet ITSPlatform; then labels+=("ConnectWise RMM agent (installed)") else - labels+=("${idsCL[Cyan]}Install ConnectWise RMM agent${idsCL[Default]}") + labels+=($'\e[36mInstall ConnectWise RMM agent\e[39m') fi if dpkg-query -W -f='${Status}' cyberprotect 2>/dev/null | grep -q "install ok installed"; then labels+=("Acronis backup agent (installed)") else - labels+=("${idsCL[Cyan]}Install Acronis backup agent${idsCL[Default]}") + labels+=($'\e[36mInstall Acronis backup agent\e[39m') fi if dpkg-query -W -f='${Status}' sentinelagent 2>/dev/null | grep -q "install ok installed"; then labels+=("SentinelOne agent (installed)") else - labels+=("${idsCL[Cyan]}Install SentinelOne agent${idsCL[Default]}") + labels+=($'\e[36mInstall SentinelOne agent\e[39m') fi if systemctl is-active --quiet 'connectwise*'; then labels+=("ScreenConnect agent (installed)") else - labels+=("${idsCL[Cyan]}Install ScreenConnect agent${idsCL[Default]}") + labels+=($'\e[36mInstall ScreenConnect agent\e[39m') fi SELECT_MENU "Monitoring & Agents" labels values