1
0

Bump BTCPay

This commit is contained in:
nicolas.dorier
2022-07-08 17:13:14 +09:00
parent 400bb3de2b
commit 07519d810e
5 changed files with 14 additions and 9 deletions

View File

@@ -70,6 +70,11 @@ fi
. helpers.sh
docker_update
install_tooling
if $BTCPAY_ENABLE_SSH && [[ "$BTCPAY_SSHKEYFILE" == "/datadir/host_id_rsa" ]]; then
BTCPAY_SSHKEYFILE="/datadir/host_id_ed25519"
echo "Info: BTCPAY -> Host SSH connection changed ssh keys from rsa to ed25519"
fi
btcpay_update_docker_env
btcpay_up