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