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