#!/bin/bash
set -euxo pipefail
cd /src
/usr/bin/python3 generateZonefiles.py
[ -n "${HC_PING}" ] && curl -sSfLo /dev/null "${HC_PING}"