This commit is contained in:
2023-07-04 20:26:41 -05:00
parent 498e4452e1
commit 2a3cc69815
3 changed files with 18 additions and 12 deletions

2
run.sh
View File

@@ -44,7 +44,7 @@ if [ "${1}" == "update" ]; then
git pull >/dev/null 2>&1
git submodule update --remote >/dev/null 2>&1
/bin/chmod +x /opt/idssys/dsmon/dsmon.sh 2>&1
source /opt/idssys/dsmon/dsmon.sh
source /opt/idssys/dsmon/defaults.inc
if [ "${2}" != "q" ]; then
echo -en "\e[1A";
echo -e "\e[0K\r ${idsCL[Green]}Updated to v${VERS}${idsCL[Default]}"