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:
@@ -33,7 +33,7 @@ exitCode=0
|
||||
# Predefined actions
|
||||
if [ -d "/tmp" ]; then rm -Rf "/tmp"/*; fi
|
||||
if [ -d "$HOME/.cache" ]; then rm -Rf "$HOME/.cache"; fi
|
||||
if [ -d "/var/bind" ]; then rm -Rf "/var/bind"/*; fi
|
||||
# DO NOT wipe /var/bind here - it holds root.cache which named needs at boot.
|
||||
if [ -d "/var/named" ]; then rm -Rf "/var/named"/*; fi
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Main script
|
||||
|
||||
Reference in New Issue
Block a user