From e13ea21036a059fac4a8b2106268a6abd1ab7042 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 13 May 2023 22:25:58 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 5f85fe9b..7dfaa125 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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 \ No newline at end of file