Update build.sh
This commit is contained in:
parent
e80327aff7
commit
625cf9d866
2
build.sh
2
build.sh
@ -149,7 +149,7 @@ do
|
|||||||
echo "Processing configuration templates..."
|
echo "Processing configuration templates..."
|
||||||
process_templates "$config_out/" "$sigil_vars"
|
process_templates "$config_out/" "$sigil_vars"
|
||||||
echo "Setting any processed shell scripts as executable..."
|
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 -rv $dir/docker/* docker/
|
||||||
cp -v ./../docker-compose.yml.tmpl .
|
cp -v ./../docker-compose.yml.tmpl .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user