Update services.inc

This commit is contained in:
2025-06-15 17:32:34 -05:00
parent 9355d1abde
commit d3f4231118

View File

@@ -57,6 +57,9 @@ Server did not start serving DNS requests within 20mins you moron...." 1
fi
done
done
#### HERE
for docker in "${!dockerstocheck}"; do
for nip in "${!hosts}"; do
if [[ "${RUN_NODE_IP}" != *"${nip}"* ]] && [ "$(CHECK_HOST ${nip})" != "false" ]; then