This commit is contained in:
2019-02-03 20:01:41 -06:00
parent 1c4a02c3f2
commit 2948c38b11
3 changed files with 29 additions and 23 deletions

View File

@@ -405,6 +405,7 @@ SERVICE(){
}
GUI(){
DISP_HEADER
while :
do
echo " [1] Node Status"
@@ -426,7 +427,9 @@ GUI(){
1)
echo ""
STATUS
read -n 1 -s -p "Press any key to continue";;
read -n 1 -s -p "Press any key to continue"
DISP_HEADER
;;
2) GLANCES_INSTALL
INSTALL_MENU;;
3) X11VNC_INSTALL