mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2026-02-01 04:44:31 +01:00
chmod the save-images script
This commit is contained in:
1
build.sh
1
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
|
||||
|
||||
Reference in New Issue
Block a user