diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index d6615a12..d14229f0 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -444,6 +444,7 @@ service) case $opt in 1) STATUS + echo "" if [ ${action-x} ]; then exit 0; fi read -n 1 -s -p "Press any key to continue" gui;;