Update run.sh

This commit is contained in:
2019-02-03 19:39:21 -06:00
parent 6bb73808b7
commit c698dfbf54

2
run.sh
View File

@@ -35,7 +35,6 @@ if [ "$1" != "service" ] && [ "$1" != "status-check" ] && [ "$1" != "nightlyrene
echo -e "${idsCL[Yellow]}-------------------------------------------------------------${idsCL[Default]}"
echo ""
fi
if [ "$1" != "" ]; then
echo -en "${idsCL[LightCyan]}Checking for updates...${idsCL[Default]}"
echo ""
cd /opt/idssys/defaults
@@ -58,7 +57,6 @@ if [ "$1" != "service" ] && [ "$1" != "status-check" ] && [ "$1" != "nightlyrene
fi
echo -en "\e[1A";
echo -e "\e[0K\r ${idsCL[Green]}Updates Completed${idsCL[Default]}"
fi
fi
echo ""
/opt/idssys/nodemgmt/nodemgmt-scripts.sh ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14}