Update services.inc

This commit is contained in:
2023-11-18 15:56:47 -06:00
parent f99d017018
commit 4b71c09de7

View File

@@ -187,7 +187,6 @@ SERVICE(){
else
NTS=(${NM_NODE_TYPES[*]})
echo "HERE: ${NTS[@]}"
fi
# if [ "${RUN_NODE_TYPE}" == "" ]; then
@@ -288,7 +287,7 @@ SERVICE(){
fi
for nip in "${var2[@]}"; do
echo "HERE: ${NTYPE} - ${nip}"
# if [[ "${RUN_NODE_IP}" == *"${3}"* ]]; then GO=true;
# elif [ ! -z ${3+x} ] || [ "${3}" == "q" ]; then GO=true;
# else GO=false;