chmod +x on pull-images

This commit is contained in:
nicolas.dorier
2019-07-01 16:23:55 +09:00
parent 351aeb78f1
commit 27482193ae

View File

@@ -29,6 +29,7 @@ docker run -v "$(pwd)/Generated:/app/Generated" \
if [ "$BTCPAYGEN_REVERSEPROXY" == "nginx" ]; then
cp Production/nginx.tmpl Generated/nginx.tmpl
chmod +x Generated/pull-images.sh
fi
if [ "$BTCPAYGEN_REVERSEPROXY" == "traefik" ]; then