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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user