Update run.sh

This commit is contained in:
2023-07-04 20:22:24 -05:00
parent 130f0732f5
commit 5f3c61f1ab

2
run.sh
View File

@@ -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";