Update nodemgmt-scripts.sh

This commit is contained in:
2019-03-04 00:11:49 -06:00
parent f19b624df2
commit 15f07fa821

View File

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