... | ... | @@ -30,8 +30,8 @@ right one. The [upstream procedure](https://docs.btcpayserver.org/FAQ/ServerSett |
|
|
script that takes care of this. It does some weird stuff with git, so
|
|
|
the way to run it is better:
|
|
|
|
|
|
cd /root/BTCPayServer/btcpayserver-docker
|
|
|
git pull --ff-only
|
|
|
cd /root/BTCPayServer/btcpayserver-docker &&
|
|
|
git pull --ff-only &&
|
|
|
./btcpay-update.sh --skip-git-pull
|
|
|
|
|
|
This will basically:
|
... | ... | |