Update build.sh

This commit is contained in:
Manevolent 2023-04-25 17:38:47 -06:00 committed by GitHub
parent 625cf9d866
commit af6a8d0e90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 .