mirror of
https://github.com/casjaysdevdocker/bind
synced 2026-06-24 08:01:04 -04:00
🗃️ Removed the .claude/settings.local.json 🗃️
CLAUDE.md .claude/settings.local.json Dockerfile .env.scripts PLAN.md README.md rootfs/root/docker/setup/02-packages.sh rootfs/root/docker/setup/05-custom.sh rootfs/root/docker/setup/07-cleanup.sh rootfs/tmp/etc/bind/named.conf rootfs/usr/local/bin/entrypoint.sh
This commit is contained in:
@@ -31,14 +31,9 @@ exitCode=0
|
||||
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Main script
|
||||
# wipe package-installed configs so the rootfs ones in /tmp/etc/* are
|
||||
# the only files that end up under /etc/<service>/ after 03-files.sh runs.
|
||||
rm -Rf /etc/tor/*
|
||||
rm -Rf /etc/nginx/*
|
||||
rm -Rf /etc/php*/*
|
||||
rm -Rf /etc/bind.* /etc/named.*
|
||||
# wipe package-installed bind defaults so the rootfs ones in /tmp/etc/bind/
|
||||
# are the only files that end up under /etc/bind/ after 03-files.sh runs.
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user