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 .