Update nodemgmt-scripts.sh
This commit is contained in:
@@ -1204,7 +1204,7 @@ GUI(){
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
if [ ${action-x} ]; then
|
# if [ ${action-x} ]; then
|
||||||
if [[ "${noheader}" != *" ${action} "* ]] && [[ "${noheader}" != *" ${2} "* ]] && [ "${2}" != "q" ] && [ "${1}" != "gui" ] && [ "${1}" != "nightlyrenew" ]; then
|
if [[ "${noheader}" != *" ${action} "* ]] && [[ "${noheader}" != *" ${2} "* ]] && [ "${2}" != "q" ] && [ "${1}" != "gui" ] && [ "${1}" != "nightlyrenew" ]; then
|
||||||
DISP_HEADER
|
DISP_HEADER
|
||||||
fi
|
fi
|
||||||
@@ -1330,8 +1330,8 @@ if [ ${action-x} ]; then
|
|||||||
echo ""
|
echo ""
|
||||||
exit 0;;
|
exit 0;;
|
||||||
esac
|
esac
|
||||||
else
|
# else
|
||||||
GUI
|
# GUI
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
Reference in New Issue
Block a user