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 f5bb05e..ecb3b53 100755 --- a/rootfs/usr/local/etc/docker/init.d/02-named.sh +++ b/rootfs/usr/local/etc/docker/init.d/02-named.sh @@ -369,7 +369,7 @@ EOF zone "$domain_name" { type slave; $main_server - file "$VAR_DIR/remote/$file_name"; + file "$VAR_DIR/secondary/$file_name"; }; # ********** end $domain_name **********