mirror of
https://github.com/casjaysdevdocker/bind
synced 2025-09-18 21:57:43 -04:00
🗃️ Committing everything that changed 🗃️
rootfs/root/docker/setup/07-cleanup.sh rootfs/usr/local/etc/docker/init.d/02-named.sh
This commit is contained in:
@@ -28,6 +28,8 @@ exitCode=0
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Predifined actions
|
||||
[ -d "/tmp" ] && rm -Rf "/tmp"/*
|
||||
[ -d "/var/bind" ] && rm -Rf "/var/bind"/*
|
||||
[ -d "/var/named" ] && rm -Rf "/var/named"/*
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Main script
|
||||
|
||||
|
Reference in New Issue
Block a user