@ -23,8 +23,8 @@ if [ -d "electrum-git" ]; then
# GIT repository found, update it
echo "Pull"
cd electrum-git
git checkout master
git pull
git checkout $BRANCH
cd ..
else
# GIT repository not found, clone it