Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-03 19:51:50 -06:00
parent 3dfbb580ac
commit dc70859fc6

View File

@@ -424,10 +424,10 @@ GUI(){
echo ""
case $opt in
1)
STATUS
echo ""
STATUS
read -n 1 -s -p "Press any key to continue"
${0} gui;;
nodemgmt gui;;
2) GLANCES_INSTALL
INSTALL_MENU;;
3) X11VNC_INSTALL
@@ -455,7 +455,7 @@ if [ ${action-x} ]; then
delsite) DELSITE;;
newsite) NEWSITE;;
update) ;;
status) STATUS; ${0} gui; exit 0;;
status) STATUS;;
status-check) STATUS-CHECK;;
set-permissions) SET-PERMISSIONS;;
service) SERVICE;;