mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-13 05:20:40 +02:00
Script fix (#520)
This commit is contained in:
parent
d7b6e47b5a
commit
8dfd554f58
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
if [[ "$0" = "$BASH_SOURCE" ]]; then
|
if [[ "$0" = "$BASH_SOURCE" ]]; then
|
||||||
echo "This script must be sourced \". taproot_bip8_lottrue_switch.sh\""
|
echo "This script must be sourced \". taproot_bip8_lottrue_switch.sh\""
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -15,8 +15,9 @@ if [[ "$BTCPAYGEN_ADDITIONAL_FRAGMENTS" =~ "bitcointaprootcc-bip8-lottrue" ]]; t
|
|||||||
export BTCPAYGEN_EXCLUDE_FRAGMENTS="${BTCPAYGEN_EXCLUDE_FRAGMENTS//bitcoin;/}"
|
export BTCPAYGEN_EXCLUDE_FRAGMENTS="${BTCPAYGEN_EXCLUDE_FRAGMENTS//bitcoin;/}"
|
||||||
|
|
||||||
. btcpay-setup.sh -i
|
. btcpay-setup.sh -i
|
||||||
cd Tools echo "Configured to use Bitcoin Core release."
|
cd Tools
|
||||||
exit 0
|
echo "Configured to use Bitcoin Core release."
|
||||||
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
@ -32,4 +33,4 @@ export BTCPAYGEN_EXCLUDE_FRAGMENTS="$BTCPAYGEN_EXCLUDE_FRAGMENTS;bitcoin;"
|
|||||||
|
|
||||||
. btcpay-setup.sh -i
|
. btcpay-setup.sh -i
|
||||||
cd Tools
|
cd Tools
|
||||||
echo "Configured to use https://bitcointaproot.cc release."
|
echo "Configured to use https://bitcointaproot.cc release."
|
||||||
|
Loading…
Reference in New Issue
Block a user