Update services.inc

This commit is contained in:
2023-11-18 15:55:41 -06:00
parent 826a9a8c18
commit f99d017018

View File

@@ -176,7 +176,6 @@ SERVICE(){
else
echo "HERE: ${4}"
if [ "${4}" != "all" ]; then
if [ "${RUN_NODE_TYPE}" != "" ]; then
NT_HOSTS=${RUN_NODE_TYPE}_HOSTS[@]
@@ -187,8 +186,8 @@ SERVICE(){
fi
else
echo "ALL"
NTS=(${NM_NODE_TYPES[*]})
echo "HERE: ${NTS[@]}"
fi
# if [ "${RUN_NODE_TYPE}" == "" ]; then