Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-03 19:03:49 -06:00
parent 965b01315a
commit 9b4d4b8e70

View File

@@ -297,9 +297,6 @@ case "$1" in
status)
STATUS
if [ ${action-x} ]; then exit 0; fi
read -n 1 -s -p "Press any key to continue"
;;
status-check)
@@ -446,7 +443,7 @@ service)
echo ""
case $opt in
1)
status
STATUS
if [ ${action-x} ]; then exit 0; fi
read -n 1 -s -p "Press any key to continue"
gui;;