1
0

fix script

This commit is contained in:
nicolas.dorier
2019-11-12 22:16:42 +09:00
parent 18ef1d2d46
commit b66359554c

View File

@@ -99,7 +99,7 @@ echo "$TAR_NAME" > "$BTCPAY_DATA_DIR/FastSynced"
echo "Successfully downloaded and extracted."
if ! docker volume inspect generated_bitcoin_wallet_datadir &>/dev/null; then
if docker volume inspect generated_bitcoin_wallet_datadir &>/dev/null; then
echo -e '\033[33mWARNING: You need to delete your Bitcoin Core wallet before restarting with "btcpay-up.sh", or bitcoin core will fail to start.\033[0m'
echo -e '\033[33mDo not delete the wallet if you have any funds on it. (For example, this may be the case if you use Eclair or FullyNoded to receive funds)\033[0m'
echo -e '\033[33mHow to proceed: If you agree to delete your Bitcoin Core wallet, run "docker volume rm generated_bitcoin_wallet_datadir"\033[0m'