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