Update nodemgmt-scripts.sh

This commit is contained in:
2022-10-14 23:05:19 -05:00
parent 3af14ae25e
commit 588692186f

View File

@@ -1425,6 +1425,7 @@ SERVICE(){
for nip in "${!var}"; do
if [[ IP == *"${nip}"* ]]; then
NODE_TYPE=${NTYPE};
echo "NODE_TYPE found: ${NTYPE}"
break 2
fi
done