mirror of
https://github.com/casjaysdevdocker/bind
synced 2025-06-07 03:14:09 -04:00
🗃️ Committing everything that changed 🗃️
rootfs/usr/local/etc/docker/init.d/02-named.sh
This commit is contained in:
parent
b6243b7e22
commit
1928eddcfc
@ -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%.*}")"
|
||||
|
Loading…
x
Reference in New Issue
Block a user