Browse Source

chmod the save-images script

Kukks-patch-1
nicolas.dorier 5 years ago
parent
commit
a9d61bc37c
No known key found for this signature in database GPG Key ID: 6618763EF09186FE
  1. 1
      build.sh

1
build.sh

@ -32,6 +32,7 @@ if [ "$BTCPAYGEN_REVERSEPROXY" == "nginx" ]; then
fi fi
[[ -f "Generated/pull-images.sh" ]] && chmod +x Generated/pull-images.sh [[ -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 if [ "$BTCPAYGEN_REVERSEPROXY" == "traefik" ]; then
cp Traefik/traefik.toml Generated/traefik.toml cp Traefik/traefik.toml Generated/traefik.toml

Loading…
Cancel
Save