🗃️ 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:
casjay
2025-05-20 10:46:42 -04:00
parent fa66d75cf9
commit cd0ae36eb7
2 changed files with 5 additions and 2 deletions

View File

@@ -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