Update nodemgmt-scripts.sh
This commit is contained in:
@@ -297,9 +297,6 @@ case "$1" in
|
|||||||
|
|
||||||
status)
|
status)
|
||||||
STATUS
|
STATUS
|
||||||
if [ ${action-x} ]; then exit 0; fi
|
|
||||||
read -n 1 -s -p "Press any key to continue"
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
status-check)
|
status-check)
|
||||||
@@ -446,7 +443,7 @@ service)
|
|||||||
echo ""
|
echo ""
|
||||||
case $opt in
|
case $opt in
|
||||||
1)
|
1)
|
||||||
status
|
STATUS
|
||||||
if [ ${action-x} ]; then exit 0; fi
|
if [ ${action-x} ]; then exit 0; fi
|
||||||
read -n 1 -s -p "Press any key to continue"
|
read -n 1 -s -p "Press any key to continue"
|
||||||
gui;;
|
gui;;
|
||||||
|
|||||||
Reference in New Issue
Block a user