🗃️ Committing everything that changed 🗃️

rootfs/usr/local/etc/docker/init.d/02-named.sh
This commit is contained in:
casjay 2025-05-20 09:25:32 -04:00
parent ee9e7165ce
commit bae65e71fe
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -377,6 +377,7 @@ EOF
if named-checkzone -q $domain_name "$TMP_DIR/$file_name"; then
cat "$TMP_DIR/$file_name" >>"$DNS_ZONE_FILE"
echo "Added $domain_name to $DNS_ZONE_FILE"
else
echo "Checking $domain_name has failed" >&2
fi