fix typo
authorThomasV <thomasv1@gmx.de>
Mon, 24 Feb 2014 17:10:48 +0000 (18:10 +0100)
committerThomasV <thomasv1@gmx.de>
Mon, 24 Feb 2014 17:10:48 +0000 (18:10 +0100)
start

diff --git a/start b/start
index 5e41f0e..8cf88b6 100755 (executable)
--- a/start
+++ b/start
@@ -22,7 +22,7 @@ if [ ! -d $path ]; then
     read -p "Do you want to download it from the Electrum foundry to $path ? " -n 1 -r
     echo
     if [[ $REPLY =~ ^[Yy]$ ]]; then
-       wget -O - "http://foundry.electrum.org/leveldb-dump/electrum-fulltree-100-latest.tar,gz" | tar -C $path --strip-components 1 -xvfz -
+       wget -O - "http://foundry.electrum.org/leveldb-dump/electrum-fulltree-100-latest.tar.gz" | tar -C $path --strip-components 1 -xvfz -
     fi
 fi