From 9d6db1c502543716c118df6d0899a06f124dd9a9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 14 May 2023 09:52:05 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 776492c4..8907f0bd 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -456,6 +456,7 @@ SERVICE(){ var=${NTYPE}_HOSTS[@] NODE_TYPE="" for nip in "${!var}"; do + echo "$IP - $nip" if [[ "${IP}" == *"${nip}"* ]]; then NODE_TYPE=${NTYPE}; break 2 @@ -471,6 +472,7 @@ SERVICE(){ echo "TSIP: ${TSIP}" if [ ${#TSI} != 0 ]; then for nip in "${!var}"; do + echo "$IP - $nip" if [[ "${TSIP}" == *"${nip}"* ]]; then NODE_TYPE=${NTYPE}; break 2