Update build.sh

This commit is contained in:
Manevolent 2023-04-25 17:38:04 -06:00 committed by GitHub
parent e80327aff7
commit 625cf9d866
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..."
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 .