From f53da1e9d236de8a0fc2e8e3f5529d5caf087667 Mon Sep 17 00:00:00 2001 From: Martin Schuette Date: Sun, 20 Jul 2014 13:41:47 +0200 Subject: [PATCH] git: be quiet --- updateStatics.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updateStatics.sh b/updateStatics.sh index e9675a2..c25dec7 100755 --- a/updateStatics.sh +++ b/updateStatics.sh @@ -9,7 +9,7 @@ USER=dhcpstatic cd $GIT_REPO -su -c "git pull" $USER +su -c "git pull -q" $USER if ! cmp $GIT_REPO/static.conf /etc/dhcp/static.conf >/dev/null 2>&1 ; then