From af6a8d0e90f4c0946771e79c7b903cb7168bd68a Mon Sep 17 00:00:00 2001
From: Manevolent <Manevolent@users.noreply.github.com>
Date: Tue, 25 Apr 2023 17:38:47 -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 991e2b3..ea3dc11 100755
--- a/build.sh
+++ b/build.sh
@@ -149,7 +149,7 @@ do
     echo "Processing configuration templates..."
     process_templates "$config_out/" "$sigil_vars"
     echo "Setting any processed shell scripts as executable..."
-    find $config_out -type f -name "*.sh" | xargs -I '{}' chmod -v +x $config_out/{}
+    find $config_out -type f -name "*.sh" | xargs -I '{}' chmod -v +x {}
 	
     cp -rv $dir/docker/* docker/
     cp -v ./../docker-compose.yml.tmpl .