From 092de5eef6c8adc77456ae426af61978631bf9b1 Mon Sep 17 00:00:00 2001 From: casjay Date: Fri, 31 Oct 2025 13:39:52 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Update=20codebase=20?= =?UTF-8?q?=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/usr/local/etc/docker/init.d/02-named.sh --- rootfs/usr/local/etc/docker/init.d/02-named.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/usr/local/etc/docker/init.d/02-named.sh b/rootfs/usr/local/etc/docker/init.d/02-named.sh index 806a3e9..29be218 100755 --- a/rootfs/usr/local/etc/docker/init.d/02-named.sh +++ b/rootfs/usr/local/etc/docker/init.d/02-named.sh @@ -348,7 +348,7 @@ zone "$HOSTNAME" { notify yes; allow-transfer { any; key "backup-key"; trusted; }; allow-update {key "certbot."; key "dhcp-key"; trusted; }; - file "$VAR_DIR/primary/$file_name"; + file "$file_name"; }; # ********** end $HOSTNAME **********