From a80f8413ce2e1412726f0c8eb67856eb92043d6f Mon Sep 17 00:00:00 2001 From: Manevolent Date: Sun, 23 Apr 2023 18:06:53 -0600 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e141805..4b73c3e 100755 --- a/build.sh +++ b/build.sh @@ -119,7 +119,7 @@ do # Remove existing configuration rm -v -rf $config_out/bind/* # Copy all bind default files to /etc/(bind) - find bind -type d | xargs -I '{}' mkdir --verbose -p $config_out/bind/{} + find bind -type d | xargs -I '{}' mkdir --verbose -p $config_out/{} find bind -type f | sed -e "s@bind/@@g" | xargs -I '{}' cp --verbose bind/{} $config_out/bind/{} # Fill out templates and remove them after process_templates "$config_out/bind/" "$sigil_vars"