🗃️ Committing everything that changed 🗃️

rootfs/root/docker/setup/03-files.sh
This commit is contained in:
casjay 2024-08-27 11:52:28 -04:00
parent 8b53f6e769
commit 2aacad4d0c
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -64,7 +64,7 @@ fi
unset config
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Main script
rm -Rf /etc/bind /etc/named
rm -Rf /etc/bind /etc/named /var/bind /var/named
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Set the exit code
exitCode=$?