From 2e0daa0fd02545c2854f176e26b1dc219c414574 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Feb 2019 10:06:46 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index aa126671..5cfd4903 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -638,7 +638,7 @@ SERVICES(){ SERVICES exit 0 else - echo "nm service ${NODE_SERVICES[${selsrvc}]} ${NM_SRVCOPT[${selsrvcopt}]}" + SERVICE ${NODE_SERVICES[${selsrvc}]} ${NM_SRVCOPT[${selsrvcopt}]} echo "" DIVIDER if [ -z $action ] || [ "${action}" = "gui" ]; then