This commit is contained in:
2025-08-19 20:03:33 -05:00
parent 9512a8e6d7
commit 4e4affb10b
2 changed files with 1 additions and 3 deletions

View File

@@ -145,7 +145,7 @@ else
var=${NTYPE}_HOSTS[@]
RUN_NODE_TYPE=""
for nip in "${!var}"; do
# echo "${NTYPE} - $nip - ${RNIP} - ${RUN_NODE_TSIP}"
echo "${NTYPE} - $nip - ${RNIP} - ${RUN_NODE_TSIP}"
if [[ "${RNIP}" == *"${nip}"* ]]; then
RUN_NODE_TYPE=${NTYPE};
RUN_NODE_IP=${RNIP}