diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 1ca50bb7..3488a311 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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