mirror of
https://github.com/Luzifer/dns.git
synced 2024-12-22 19:01:20 +00:00
7 lines
137 B
Bash
Executable file
7 lines
137 B
Bash
Executable file
#!/bin/bash
|
|
set -euxo pipefail
|
|
|
|
cd /src
|
|
/usr/bin/python3 generateZonefiles.py
|
|
|
|
[ -n "${HC_PING}" ] && curl -sSfLo /dev/null "${HC_PING}"
|