Update nodemgmt-scripts.sh

This commit is contained in:
2019-03-04 00:11:08 -06:00
parent e145fc0e6e
commit f19b624df2

View File

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