mirror of
https://github.com/casjaysdevdocker/bind
synced 2025-09-18 15:57:44 -04:00
🗃️ Committing everything that changed 🗃️
rootfs/root/docker/setup/03-files.sh rootfs/usr/local/etc/docker/init.d/00-named.sh
This commit is contained in:
@@ -64,7 +64,10 @@ fi
|
||||
unset config
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Main script
|
||||
rm -Rf /etc/bind /etc/named /var/bind /var/named
|
||||
rm -Rf /etc/bind.* /etc/named.*
|
||||
rm -Rf "/etc/bind"/* "/var/bind"/*
|
||||
rm -Rf "/etc/named"/* "/var/named"/*
|
||||
mkdir -p "/etc/bind/keys" "/var/bind/zones" "/var/bind/primary" "/var/bind/secondary" "/var/bind/stats" "/var/bind/dynamic"
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Set the exit code
|
||||
exitCode=$?
|
||||
|
Reference in New Issue
Block a user