From a9d61bc37c798ae71f7852eb2cfdd26bfcc7b4e4 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Mon, 8 Jul 2019 19:23:08 +0900 Subject: [PATCH] chmod the save-images script --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 0853d1c..5494bed 100755 --- a/build.sh +++ b/build.sh @@ -32,6 +32,7 @@ if [ "$BTCPAYGEN_REVERSEPROXY" == "nginx" ]; then fi [[ -f "Generated/pull-images.sh" ]] && chmod +x Generated/pull-images.sh +[[ -f "Generated/save-images.sh" ]] && chmod +x Generated/save-images.sh if [ "$BTCPAYGEN_REVERSEPROXY" == "traefik" ]; then cp Traefik/traefik.toml Generated/traefik.toml