1
0
Fork 0
mirror of https://github.com/Luzifer/dns.git synced 2024-11-09 22:50:06 +00:00

Allow specifying a healthcheck ping address

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-12-15 01:36:04 +01:00
parent cf908822be
commit c28c273d7a
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -2,4 +2,6 @@
set -euxo pipefail
cd /src
exec /usr/bin/python3 generateZonefiles.py
/usr/bin/python3 generateZonefiles.py
[ -n "${HC_PING}" ] && curl -sSfLo /dev/null "${HC_PING}"