Skip to content

Commit 2545f0f

Browse files
author
J. Zeleninsky
committed
Minor bug fix
1 parent af863af commit 2545f0f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

BitcoinDecrypt.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ ORIGMD5=$(md5 wallet.dat)
5959

6060
echo "md5 sum of original backup wallet.dat: "$BACKUPMD5
6161
echo "md5 sum of the decrypted wallet.dat: "$ORIGMD5
62-
63-
echo -e "\nSuccess!"
64-
echo -e "Your decrypted wallet.dat was saved to: "
65-
echo -e " "$OUTDIR
66-
echo -e "\nIMPORTANT: Make sure that Bitcoin or bitcoind is not running while operating with wallet and backup your current wallet.dat before you replace it with decrypted one!"
67-
echo -e "\n"
62+
echo
63+
echo "Success!"
64+
echo "Your decrypted wallet.dat was saved to: "
65+
echo " "$OUTDIR
66+
echo "IMPORTANT: Make sure that Bitcoin or bitcoind is not running while operating with wallet and backup your current wallet.dat before you replace it with decrypted one!"
67+
echo

0 commit comments

Comments
 (0)