Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user