From 625cf9d866b5cbb37e57efc9e6ca2e5c74a40718 Mon Sep 17 00:00:00 2001 From: Manevolent Date: Tue, 25 Apr 2023 17:38:04 -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 c87ad1f..991e2b3 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..." - chmod -v +x $config_out/**/*.sh + find $config_out -type f -name "*.sh" | xargs -I '{}' chmod -v +x $config_out/{} cp -rv $dir/docker/* docker/ cp -v ./../docker-compose.yml.tmpl .