Update defaults.inc

This commit is contained in:
2025-06-29 22:08:17 -05:00
parent 3aed71f06c
commit 9a8fa16ba6

View File

@@ -148,6 +148,7 @@ else
if [[ "${RNIP}" == *"${nip}"* ]]; then
RUN_NODE_TYPE=${NTYPE};
RUN_NODE_IP=${RNIP}
echo "RUN_NODE_TYPE FOUND : ${NTYPE}"
break 2
elif [[ "${RUN_NODE_TSIP}" == *"${nip}"* ]]; then
RUN_NODE_TYPE=${NTYPE};