docs: avoid fragment overwrite (#326)

This commit is contained in:
Anthony Potdevin 2020-06-29 20:00:40 +02:00 committed by GitHub
parent de5e302755
commit 20bb6db9e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -446,7 +446,7 @@ Modify the new `opt-save-storage.custom.yml` file to your taste:
Then set it up:
```bash
export BTCPAYGEN_ADDITIONAL_FRAGMENTS="opt-save-storage.custom"
export BTCPAYGEN_ADDITIONAL_FRAGMENTS="$BTCPAYGEN_ADDITIONAL_FRAGMENTS;opt-save-storage.custom"
. ./btcpay-setup.sh -i
```