Avoid excessive echoes
This commit is contained in:
parent
8a42d7576f
commit
c14f73af67
|
@ -103,7 +103,7 @@ function git_pull {
|
||||||
git stash
|
git stash
|
||||||
git remote set-url origin $1
|
git remote set-url origin $1
|
||||||
git checkout master
|
git checkout master
|
||||||
get_friends_servers
|
retval=$(get_friends_servers)
|
||||||
if [ "${FRIENDS_MIRRORS_SERVER}" ]; then
|
if [ "${FRIENDS_MIRRORS_SERVER}" ]; then
|
||||||
if [ ${#FRIENDS_MIRRORS_SERVER} -gt 2 ]; then
|
if [ ${#FRIENDS_MIRRORS_SERVER} -gt 2 ]; then
|
||||||
if [ "$FRIENDS_MIRRORS_PASSWORD" ]; then
|
if [ "$FRIENDS_MIRRORS_PASSWORD" ]; then
|
||||||
|
|
Loading…
Reference in New Issue