🗃️ Committing everything that changed 🗃️

rootfs/usr/local/etc/docker/init.d/02-named.sh
This commit is contained in:
casjay 2025-05-20 12:10:52 -04:00
parent b6243b7e22
commit 1928eddcfc
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -361,7 +361,7 @@ EOF
done done
fi fi
if [ -d "$VAR_DIR/remote" ]; then if [ -d "$DATA_DIR/remote" ]; then
for dns_file in "$DATA_DIR/remote"/*; do for dns_file in "$DATA_DIR/remote"/*; do
file_name="$(basename "$dns_file")" file_name="$(basename "$dns_file")"
domain_name="$(basename "${dns_file%.*}")" domain_name="$(basename "${dns_file%.*}")"