From 27482193aef467ef96b5b1cdabe0979fdebf4344 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Mon, 1 Jul 2019 16:23:55 +0900 Subject: [PATCH] chmod +x on pull-images --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 40805f1..4a32291 100755 --- a/build.sh +++ b/build.sh @@ -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