From 3e6bbbfb2bb8b324a0c2a91e79a64ff938973e5b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Feb 2019 19:08:33 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index d5895796..fd720c94 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -445,7 +445,8 @@ service) 1) STATUS echo "" - read -n 1 -s -p "Press any key to continue";; + read -n 1 -s -p "Press any key to continue" + ${0} gui;; 2) GLANCES_INSTALL INSTALL_MENU;; 3) X11VNC_INSTALL