Browse Source

Revert "export postgres"

This reverts commit 4302a62714.
feature/auto_ssh
nicolas.dorier 6 years ago
parent
commit
ee6f9fba9a
  1. 2
      btcpay-update.sh

2
btcpay-update.sh

@ -16,7 +16,7 @@ fi
cd "$BTCPAY_BASE_DIRECTORY/btcpayserver-docker" cd "$BTCPAY_BASE_DIRECTORY/btcpayserver-docker"
git pull --force git pull --force
export BTCPAYGEN_DATABASE="postgres"
if ! [ -f "/etc/docker/daemon.json" ]; then if ! [ -f "/etc/docker/daemon.json" ]; then
echo "{ echo "{
\"log-driver\": \"json-file\", \"log-driver\": \"json-file\",

Loading…
Cancel
Save