From f8949bb7ee6a4ff3bab5be5931cb06d37da5837d Mon Sep 17 00:00:00 2001 From: Dimi8146 <88474543+Dimi8146@users.noreply.github.com> Date: Fri, 1 Sep 2023 23:31:02 -0500 Subject: [PATCH] Update load-utxo-set.sh (#829) adding extension to exec call --- contrib/FastSync/load-utxo-set.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/FastSync/load-utxo-set.sh b/contrib/FastSync/load-utxo-set.sh index 303b1a3..703c8ae 100755 --- a/contrib/FastSync/load-utxo-set.sh +++ b/contrib/FastSync/load-utxo-set.sh @@ -32,7 +32,7 @@ if ! [[ "$BTCPAYGEN_ADDITIONAL_FRAGMENTS" == *"opt-save-storage"* ]]; then echo "Pruning must be enabled, please update BTCPAYGEN_ADDITIONAL_FRAGMENTS by running:" echo "" echo 'BTCPAYGEN_ADDITIONAL_FRAGMENTS="$BTCPAYGEN_ADDITIONAL_FRAGMENTS;opt-save-storage-s"' - echo '. btcpay-setup -i' + echo '. btcpay-setup.sh -i' exit 1 fi