This commit is contained in:
2025-08-19 22:22:42 -05:00
parent a74caab99b
commit 12853a181d
2 changed files with 9 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='5.6.20-08192025'
VERS='5.6.21-08192025'
NM_BETA=false
@@ -138,9 +138,12 @@ NM_PDNS_LANDNS='ldns.scity.us'
if [ "${RNIP}" == "${NM_NODEMANAGER}" ]; then
RUN_NODE_TYPE=NM;
RUN_NODE_IP=${RNIP}
IS_NODEMANAGER=1
# RUN_NODE_TYPE=NM;
# RUN_NODE_IP=${RNIP}
else
IS_NODEMANAGER=0
fi
for NTYPE in "${NM_NODE_TYPES[@]}"; do
# if [ "${1}" != "service" ] || ([ "${1}" == "service" ] && ([[ "${NM_SERVICES_CHECK[${NTYPE}]}" = *"${2}"* ]] || [ "${NTYPE}" == "${2^^}" ])); then
var=${NTYPE}_HOSTS[@]
@@ -159,7 +162,7 @@ else
done
# fi
done
fi
# fi
# echo "HERE1: RUN_NODE_TYPE=$RUN_NODE_TYPE RUN_NODE_IP=$RUN_NODE_IP RUN_NODE_TSIP=$RUN_NODE_TSIP (RNIP=$RNIP TSI=$TSI)"