Update nodemgmt-scripts.sh

This commit is contained in:
2020-09-27 14:53:45 -05:00
parent 66c353a050
commit 02020fd0db

View File

@@ -1753,7 +1753,7 @@ GUI(){
done
}
if [ ${action-x} ]; then
if [[ "${noheader}" != *" ${action} "* ]] && [[ "${noheader}" != *" ${2} "* ]] && [ "${2}" != "q" ] && [ "${1}" != "gui" ]; then
if [[ "${noheader}" != *" ${action} "* ]] && [[ "${noheader}" != *" ${2} "* ]] && [ "${2}" != "q" ] && [ "${1}" != "gui" ] && [ "${1}" != "nightlyrenew" ]; then
DISP_HEADER
fi
case $action in