Update nodemgmt-scripts.sh
This commit is contained in:
@@ -424,10 +424,10 @@ GUI(){
|
|||||||
echo ""
|
echo ""
|
||||||
case $opt in
|
case $opt in
|
||||||
1)
|
1)
|
||||||
STATUS
|
|
||||||
echo ""
|
echo ""
|
||||||
|
STATUS
|
||||||
read -n 1 -s -p "Press any key to continue"
|
read -n 1 -s -p "Press any key to continue"
|
||||||
${0} gui;;
|
nodemgmt gui;;
|
||||||
2) GLANCES_INSTALL
|
2) GLANCES_INSTALL
|
||||||
INSTALL_MENU;;
|
INSTALL_MENU;;
|
||||||
3) X11VNC_INSTALL
|
3) X11VNC_INSTALL
|
||||||
@@ -455,7 +455,7 @@ if [ ${action-x} ]; then
|
|||||||
delsite) DELSITE;;
|
delsite) DELSITE;;
|
||||||
newsite) NEWSITE;;
|
newsite) NEWSITE;;
|
||||||
update) ;;
|
update) ;;
|
||||||
status) STATUS; ${0} gui; exit 0;;
|
status) STATUS;;
|
||||||
status-check) STATUS-CHECK;;
|
status-check) STATUS-CHECK;;
|
||||||
set-permissions) SET-PERMISSIONS;;
|
set-permissions) SET-PERMISSIONS;;
|
||||||
service) SERVICE;;
|
service) SERVICE;;
|
||||||
|
|||||||
Reference in New Issue
Block a user