Update run.sh

This commit is contained in:
2019-02-03 19:41:27 -06:00
parent c698dfbf54
commit c04a1341de

2
run.sh
View File

@@ -11,7 +11,6 @@ fi
source /opt/idssys/nodemgmt/defaults.inc source /opt/idssys/nodemgmt/defaults.inc
if [ "$1" != "service" ] && [ "$1" != "status-check" ] && [ "$1" != "nightlyrenew" ]; then if [ "$1" != "service" ] && [ "$1" != "status-check" ] && [ "$1" != "nightlyrenew" ]; then
if [ "$1" != "status" ]; then
if [ -z $1 ]; then if [ -z $1 ]; then
clear clear
fi fi
@@ -34,7 +33,6 @@ if [ "$1" != "service" ] && [ "$1" != "status-check" ] && [ "$1" != "nightlyrene
done done
echo -e "${idsCL[Yellow]}-------------------------------------------------------------${idsCL[Default]}" echo -e "${idsCL[Yellow]}-------------------------------------------------------------${idsCL[Default]}"
echo "" echo ""
fi
echo -en "${idsCL[LightCyan]}Checking for updates...${idsCL[Default]}" echo -en "${idsCL[LightCyan]}Checking for updates...${idsCL[Default]}"
echo "" echo ""
cd /opt/idssys/defaults cd /opt/idssys/defaults