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 **********