🗃️ Committing everything that changed 🗃️

rootfs/usr/local/etc/docker/init.d/02-named.sh
rootfs/usr/local/share/bind/
This commit is contained in:
casjay
2025-05-20 11:15:43 -04:00
parent 121ba39659
commit 68b9078641
2 changed files with 82 additions and 0 deletions

View File

@@ -283,6 +283,7 @@ __update_conf_files() {
[ -n "$KEY_DHCP" ] && echo "$KEY_DHCP" >"$CONF_DIR/secrets/dhcp.key"
[ -n "$KEY_BACKUP" ] && echo "$KEY_BACKUP" >"$CONF_DIR/secrets/backup.key"
[ -n "$KEY_CERTBOT" ] && echo "$KEY_CERTBOT" >"$CONF_DIR/secrets/certbot.key"
[ -f "$VAR_DIR/root.cache" ] || cp -Rf "/usr/local/share/bind/data/root.cache" "$VAR_DIR/root.cache"
# exit function
return $exitCode
}