Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user