Update nodemgmt-scripts.sh

This commit is contained in:
2023-05-13 22:25:58 -05:00
parent e606acefb0
commit e13ea21036

View File

@@ -1204,7 +1204,7 @@ GUI(){
esac esac
done done
} }
if [ ${action-x} ]; then # if [ ${action-x} ]; then
if [[ "${noheader}" != *" ${action} "* ]] && [[ "${noheader}" != *" ${2} "* ]] && [ "${2}" != "q" ] && [ "${1}" != "gui" ] && [ "${1}" != "nightlyrenew" ]; then if [[ "${noheader}" != *" ${action} "* ]] && [[ "${noheader}" != *" ${2} "* ]] && [ "${2}" != "q" ] && [ "${1}" != "gui" ] && [ "${1}" != "nightlyrenew" ]; then
DISP_HEADER DISP_HEADER
fi fi
@@ -1330,8 +1330,8 @@ if [ ${action-x} ]; then
echo "" echo ""
exit 0;; exit 0;;
esac esac
else # else
GUI # GUI
fi # fi
exit 0 exit 0