1
0

add version parameter to windows script

This commit is contained in:
ThomasV
2015-10-31 08:32:52 +01:00
parent db654af216
commit 0e0118bd59

View File

@@ -24,6 +24,7 @@ if [ -d "electrum-git" ]; then
echo "Pull" echo "Pull"
cd electrum-git cd electrum-git
git pull git pull
git checkout $1
cd .. cd ..
else else
# GIT repository not found, clone it # GIT repository not found, clone it