From c35bd6e7f447794b520e45f8e1d70f4b50fee89d Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Thu, 6 Dec 2018 14:59:21 +0900 Subject: [PATCH] fix documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0351a8b..fac68e0 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ export BTCPAY_BASE_DIRECTORY="/var/lib/waagent/custom-script/download/0" export BTCPAY_ENV_FILE="/var/lib/waagent/custom-script/download/0/.env" export BTCPAY_HOST_SSHKEYFILE="/root/.ssh/id_rsa_btcpay" if cat $BTCPAY_ENV_FILE &> /dev/null; then -export $(grep -v '^#' "$BTCPAY_ENV_FILE" | xargs) + export $(grep -v '^#' "$BTCPAY_ENV_FILE" | xargs) fi ```