From 9c1d4a5bbfda2c4e35dc5c6ef725907764d5208d Mon Sep 17 00:00:00 2001 From: d11n Date: Mon, 3 Apr 2023 09:58:27 +0200 Subject: [PATCH] Backup docs: Fix directory --- docs/backup-restore.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/backup-restore.md b/docs/backup-restore.md index f87793a..6766afc 100644 --- a/docs/backup-restore.md +++ b/docs/backup-restore.md @@ -45,7 +45,7 @@ Log in to your server, switch to the `root` user and type the following: sudo su - # As the other scripts, it is inside the BTCPay base directory -cd $BTCPAY_BASE_DIRECTORY +cd $BTCPAY_BASE_DIRECTORY/btcpayserver-docker ./btcpay-backup.sh ``` @@ -128,7 +128,7 @@ Remember that if you set `BTCPAY_BACKUP_PASSPHRASE` on the backup, you also need sudo su - # As the other scripts, it is inside the BTCPay base directory -cd $BTCPAY_BASE_DIRECTORY +cd $BTCPAY_BASE_DIRECTORY/btcpayserver-docker # Optional: Set the passphrase if you have used one for the backup read -s -p "Enter passphrase: " BTCPAY_BACKUP_PASSPHRASE