From 1928eddcfc2a6e53fdb091e2f48dd95be7b1282f Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 20 May 2025 12:10:52 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=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 55bc886..5169bb9 100755 --- a/rootfs/usr/local/etc/docker/init.d/02-named.sh +++ b/rootfs/usr/local/etc/docker/init.d/02-named.sh @@ -361,7 +361,7 @@ EOF done fi - if [ -d "$VAR_DIR/remote" ]; then + if [ -d "$DATA_DIR/remote" ]; then for dns_file in "$DATA_DIR/remote"/*; do file_name="$(basename "$dns_file")" domain_name="$(basename "${dns_file%.*}")"