Update build.sh

This commit is contained in:
Manevolent 2023-04-23 17:40:44 -06:00 committed by GitHub
parent dcfd10a7c1
commit a69bd9214e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,6 +145,11 @@ do
if [ "${ddns_enabled:-0}" -eq "1" ]; then
cp docker/services.opt/ddns docker/services/ddns
fi
for addon_git in `echo "$addons" | tr "," "\n"`
do
chmod +x "$addon_git.sh" && "./$addon_git.sh"
done
cp -rv $dir/docker/* docker/
cp -v ./../docker-compose.yml.tmpl .