Skip to content
Snippets Groups Projects
Unverified Commit c14f73af authored by Bob Mottram's avatar Bob Mottram
Browse files

Avoid excessive echoes

parent 8a42d757
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ function git_pull {
git stash
git remote set-url origin $1
git checkout master
get_friends_servers
retval=$(get_friends_servers)
if [ "${FRIENDS_MIRRORS_SERVER}" ]; then
if [ ${#FRIENDS_MIRRORS_SERVER} -gt 2 ]; then
if [ "$FRIENDS_MIRRORS_PASSWORD" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment