1
0

Update load-utxo-set.sh (#829)

adding extension to exec call
This commit is contained in:
Dimi8146
2023-09-01 23:31:02 -05:00
committed by GitHub
parent ebe005ae41
commit f8949bb7ee

View File

@@ -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