X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=blobdiff_plain;f=start;fp=start;h=8cf88b62d18d3a5bf8bcc52666c29ddb26b5cc65;hp=5e41f0e153ee095d87c482807b5d60785f07e09c;hb=3025cc9d6c44000ea36e8e8c71f3a5e91b75c8c6;hpb=3c728e30916e2e94a1f4d17be620b8d78f1d77e2 diff --git a/start b/start index 5e41f0e..8cf88b6 100755 --- 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