From 2aacad4d0c88a99b8dd2e3368fd2e2457fc2ceb8 Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 27 Aug 2024 11:52:28 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/root/docker/setup/03-files.sh --- rootfs/root/docker/setup/03-files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/root/docker/setup/03-files.sh b/rootfs/root/docker/setup/03-files.sh index 965f449..045cc98 100755 --- a/rootfs/root/docker/setup/03-files.sh +++ b/rootfs/root/docker/setup/03-files.sh @@ -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=$?