Update build.sh
This commit is contained in:
parent
dcfd10a7c1
commit
a69bd9214e
5
build.sh
5
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 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user