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