From 588692186f9142471be98a9e53ffb863a75c898d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 14 Oct 2022 23:05:19 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 + 1 file changed, 1 insertion(+) 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