Update proxmenu-scripts.sh

This commit is contained in:
2026-03-06 20:25:16 -06:00
parent c3d5b7d0d5
commit 334f32c344

View File

@@ -107,6 +107,7 @@ INSTALL_RMM() {
TOKEN="$(echo ${RMMURL} | awk -F 'TKN' '{print $2}' | awk -F '/RUN' '{print $1}')"
CMD="TOKEN=${TOKEN} bash /tmp/rmminstall"
eval ${CMD}
systemctl restart ITSPlatform
# rm -f /tmp/rmminstall
echo -e "\n${idsCL[Green]}RMM has been installed${idsCL[Default]}"
@@ -245,7 +246,7 @@ MAIN_MENU() {
fi
echo
if [ "$(dpkg -l | awk '/connectwise/ {print }'|wc -l)" -eq 0 ]; then
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