This commit is contained in:
2023-07-16 22:38:49 -05:00
parent d4ddbf954b
commit 39175d2637
3 changed files with 3 additions and 2 deletions

2
run.sh
View File

@@ -46,7 +46,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/nodemgmt/*.sh 2>&1
source ${NM_FOLDER}/defaults.inc
if [ "${2}" != "q" ]; then
echo -en "\e[1A";