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