update
This commit is contained in:
@@ -1070,7 +1070,7 @@ GUI(){
|
||||
done
|
||||
}
|
||||
if [ ${action-x} ]; then
|
||||
if [[ "${noheader}" != *" ${action} "* ]]; then
|
||||
if [[ "${noheader}" != *" ${action} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; then
|
||||
DISP_HEADER
|
||||
fi
|
||||
case $action in
|
||||
|
||||
2
run.sh
2
run.sh
@@ -12,7 +12,7 @@ else
|
||||
fi
|
||||
source /opt/idssys/nodemgmt/defaults.inc
|
||||
|
||||
if [[ "${noheader}" != *" ${action} "* ]]; then
|
||||
if [[ "${noheader}" != *" ${action} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; then
|
||||
#if [ "$1" != "service" ] && [ "$1" != "status-check" ] && [ "$1" != "nightlyrenew" ] && [ "$1" != "backup" ] && [ "$2" != "report" ]; then
|
||||
if [ "${1}" = "gui" ]; then
|
||||
DISP_HEADER
|
||||
|
||||
Reference in New Issue
Block a user