This commit is contained in:
2019-01-28 11:31:22 -06:00
parent 6210f5fc44
commit 8d98f6eec8
2 changed files with 3 additions and 3 deletions

View File

@@ -83,9 +83,6 @@ case "$1" in
;;
update)
echo -en "\e[1A";
echo -e "\e[0K\r ${idsCL[Green]}Updates Completed${idsCL[Default]}"
echo ""
exit 0
;;

3
run.sh
View File

@@ -71,6 +71,9 @@ if [ "$1" != "service" ] && [ "$1" != "" ]; then
#echo ""
#echo -e "\e[92m\e[1mLinUPx update completed\e[0m"
fi
echo -en "\e[1A";
echo -e "\e[0K\r ${idsCL[Green]}Updates Completed${idsCL[Default]}"
echo ""
fi
/opt/idssys/nodemgmt/nodemgmt-scripts.sh $1 $2 $3 $4
exit 0