Browse Source

Make sure build.sh does not quit the terminal

feature/lndseedbackup
nicolas.dorier 5 years ago
parent
commit
3388a4db46
No known key found for this signature in database GPG Key ID: 6618763EF09186FE
  1. 2
      build.sh

2
build.sh

@ -30,7 +30,7 @@ docker run -v "$(pwd)/Generated:/app/Generated" \
-e "BTCPAYGEN_LIGHTNING=$BTCPAYGEN_LIGHTNING" \
-e "BTCPAYGEN_SUBNAME=$BTCPAYGEN_SUBNAME" \
-e "BTCPAY_HOST_SSHAUTHORIZEDKEYS=$BTCPAY_HOST_SSHAUTHORIZEDKEYS" \
--rm $BTCPAYGEN_DOCKER_IMAGE
--rm $BTCPAYGEN_DOCKER_IMAGE || echo "Building the fragment failed"
if [ "$BTCPAYGEN_REVERSEPROXY" == "nginx" ]; then
cp Production/nginx.tmpl Generated/nginx.tmpl

Loading…
Cancel
Save