Sfoglia il codice sorgente

Avoid excessive echoes

Bob Mottram 8 anni fa
parent
commit
c14f73af67
No account linked to committer's email
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/freedombone-utils-git

+ 1
- 1
src/freedombone-utils-git Vedi File

@@ -103,7 +103,7 @@ function git_pull {
103 103
 	git stash
104 104
 	git remote set-url origin $1
105 105
 	git checkout master
106
-	get_friends_servers
106
+	retval=$(get_friends_servers)
107 107
 	if [ "${FRIENDS_MIRRORS_SERVER}" ]; then
108 108
 		if [ ${#FRIENDS_MIRRORS_SERVER} -gt 2 ]; then
109 109
 			if [ "$FRIENDS_MIRRORS_PASSWORD" ]; then