Update run.sh
This commit is contained in:
6
run.sh
6
run.sh
@@ -11,9 +11,9 @@ fi
|
||||
source /opt/idssys/nodemgmt/defaults.inc
|
||||
|
||||
if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; then
|
||||
if [ "${1}" = "gui" ]; then
|
||||
# DISP_HEADER
|
||||
fi
|
||||
# if [ "${1}" = "gui" ]; then
|
||||
# DISP_HEADER
|
||||
# fi
|
||||
if [ "${1}" != "gui" ]; then
|
||||
if [ "${2}" != "q" ]; then
|
||||
echo -en "${idsCL[LightCyan]}Checking for updates...${idsCL[Default]}"
|
||||
|
||||
Reference in New Issue
Block a user