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:
parent
cf908822be
commit
c28c273d7a
1 changed files with 3 additions and 1 deletions
|
@ -2,4 +2,6 @@
|
||||||
set -euxo pipefail
|
set -euxo pipefail
|
||||||
|
|
||||||
cd /src
|
cd /src
|
||||||
exec /usr/bin/python3 generateZonefiles.py
|
/usr/bin/python3 generateZonefiles.py
|
||||||
|
|
||||||
|
[ -n "${HC_PING}" ] && curl -sSfLo /dev/null "${HC_PING}"
|
||||||
|
|
Loading…
Reference in a new issue