Avoid excessive echoes

This commit is contained in:
Bob Mottram 2016-06-30 15:03:10 +01:00
parent 8a42d7576f
commit c14f73af67
No known key found for this signature in database
GPG Key ID: BA68F26108DC9F87
1 changed files with 1 additions and 1 deletions

View File

@ -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