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