Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-06 10:06:46 -06:00
parent ec3785d3f5
commit 2e0daa0fd0

View File

@@ -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