Update build.sh
This commit is contained in:
parent
5da92eac12
commit
17617ab826
6
build.sh
6
build.sh
@ -127,9 +127,6 @@ do
|
||||
find wireguard -type f | sed -e "s@wireguard/@@g" | xargs -I '{}' cp --verbose wireguard/{} $config_out/wireguard/{}
|
||||
fi
|
||||
|
||||
# Process templates
|
||||
process_templates "$config_out/" "$sigil_vars"
|
||||
|
||||
# Docker
|
||||
# Copy templates and dependencies to directory
|
||||
mkdir docker/
|
||||
@ -147,6 +144,9 @@ do
|
||||
echo "Running addon script for $(basename "$addon_git" .git)..."
|
||||
chmod +x "$(basename "$addon_git" .git).sh" && "./$(basename "$addon_git" .git).sh"
|
||||
done
|
||||
|
||||
# Process templates
|
||||
process_templates "$config_out/" "$sigil_vars"
|
||||
|
||||
cp -rv $dir/docker/* docker/
|
||||
cp -v ./../docker-compose.yml.tmpl .
|
||||
|
Loading…
x
Reference in New Issue
Block a user