From a69bd9214e490898eb01825530ce719a032067ca Mon Sep 17 00:00:00 2001 From: Manevolent Date: Sun, 23 Apr 2023 17:40:44 -0600 Subject: [PATCH] Update build.sh --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.sh b/build.sh index 79e1d6a..4761a89 100755 --- a/build.sh +++ b/build.sh @@ -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 .