From 906660811ea298329fbc1f4d311a3e28a50e866e Mon Sep 17 00:00:00 2001 From: Baris Metin Date: Mon, 21 Jun 2010 12:40:03 +0200 Subject: [PATCH] verbose by default --- scripts/git-mirror.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/git-mirror.sh b/scripts/git-mirror.sh index 2b46fdb..1620c2a 100755 --- a/scripts/git-mirror.sh +++ b/scripts/git-mirror.sh @@ -3,7 +3,7 @@ MIRROR_GIT="git://git.planet-lab.org" MASTER_GIT="/git" LOCAL_MIRROR_DIR="/git-mirror" -QUIET=1 +QUIET=0 function msg () { if [ $QUIET -eq 0 ] -- 2.43.0