From ada0180330f3f1244a6eb9320dc18420755da07a Mon Sep 17 00:00:00 2001 From: Mattchis Date: Thu, 27 Jul 2023 15:50:49 -0600 Subject: [PATCH] Updated help menu and removed unnecessary comments. --- rmmagent-mac.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rmmagent-mac.sh b/rmmagent-mac.sh index d409c1f..45430d7 100644 --- a/rmmagent-mac.sh +++ b/rmmagent-mac.sh @@ -10,7 +10,7 @@ if [[ $1 == "help" ]]; then echo "" echo "List of INSTALL/UPDATE argument (no argument name):" echo "Arg 1: 'install' or 'update'" - echo "Arg 2: System type 'amd64' 'x86' 'arm64' 'armv6'" + echo "Arg 2: System type 'amd64' 'arm64'" echo "Arg 3: Mesh agent URL" echo "Arg 4: API URL" echo "Arg 5: Client ID" @@ -209,7 +209,6 @@ function uninstall_mesh() { case $1 in install) - #check_profile go_install install_mesh agent_compile @@ -218,7 +217,6 @@ install) echo "Tactical Agent Install is done" exit 0;; update) - #check_profile go_install agent_compile update_agent @@ -226,7 +224,6 @@ update) echo "Tactical Agent Update is done" exit 0;; uninstall) - #check_profile uninstall_agent uninstall_mesh echo "Tactical Agent Uninstall is done"