Update run.sh
This commit is contained in:
2
run.sh
2
run.sh
@@ -11,7 +11,6 @@ fi
|
||||
source /opt/idssys/nodemgmt/defaults.inc
|
||||
|
||||
if [ "$1" != "service" ] && [ "$1" != "status-check" ] && [ "$1" != "nightlyrenew" ]; then
|
||||
if [ "$1" != "status" ]; then
|
||||
if [ -z $1 ]; then
|
||||
clear
|
||||
fi
|
||||
@@ -34,7 +33,6 @@ if [ "$1" != "service" ] && [ "$1" != "status-check" ] && [ "$1" != "nightlyrene
|
||||
done
|
||||
echo -e "${idsCL[Yellow]}-------------------------------------------------------------${idsCL[Default]}"
|
||||
echo ""
|
||||
fi
|
||||
echo -en "${idsCL[LightCyan]}Checking for updates...${idsCL[Default]}"
|
||||
echo ""
|
||||
cd /opt/idssys/defaults
|
||||
|
||||
Reference in New Issue
Block a user