Update nodemgmt-scripts.sh
This commit is contained in:
@@ -436,7 +436,7 @@ GUI(){
|
|||||||
read -n 1 opt
|
read -n 1 opt
|
||||||
echo ""
|
echo ""
|
||||||
case $opt in
|
case $opt in
|
||||||
1) STATUS; GUI;;
|
1) DIVIDER; STATUS; GUI;;
|
||||||
2) GLANCES_INSTALL
|
2) GLANCES_INSTALL
|
||||||
INSTALL_MENU;;
|
INSTALL_MENU;;
|
||||||
3) X11VNC_INSTALL
|
3) X11VNC_INSTALL
|
||||||
@@ -463,7 +463,7 @@ if [ ${action-x} ]; then
|
|||||||
delsite) DELSITE ${2};;
|
delsite) DELSITE ${2};;
|
||||||
newsite) NEWSITE ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14};;
|
newsite) NEWSITE ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14};;
|
||||||
update) ;;
|
update) ;;
|
||||||
status) DIVIDER; STATUS ${2};;
|
status) STATUS ${2};;
|
||||||
status-check) STATUS-CHECK ${2};;
|
status-check) STATUS-CHECK ${2};;
|
||||||
set-permissions) DIVIDER; SET-PERMISSIONS ${2};;
|
set-permissions) DIVIDER; SET-PERMISSIONS ${2};;
|
||||||
service) SERVICE ${2} ${3};;
|
service) SERVICE ${2} ${3};;
|
||||||
|
|||||||
Reference in New Issue
Block a user