From 5f3c61f1abdb10456f13014d9031a488f2fd790a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 4 Jul 2023 20:22:24 -0500 Subject: [PATCH] Update run.sh --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index cdccce5..12e7947 100755 --- a/run.sh +++ b/run.sh @@ -43,7 +43,7 @@ if [ "${1}" == "update" ]; then git prune >/dev/null 2>&1 git pull >/dev/null 2>&1 git submodule update --remote >/dev/null 2>&1 - /bin/chmod +x /opt/idssys/nodemgmt/nodemgmt-scripts.sh 2>&1 + /bin/chmod +x /opt/idssys/dsmon/dsmon.sh 2>&1 source /opt/idssys/dsmon/dsmon.sh if [ "${2}" != "q" ]; then echo -en "\e[1A";