Update run.sh

This commit is contained in:
2019-07-25 22:30:53 -05:00
parent d60eb5087d
commit 01e673b31b

6
run.sh
View File

@@ -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]}"