git: be quiet

This commit is contained in:
Martin Schuette 2014-07-20 13:41:47 +02:00
parent 0018adbf51
commit f53da1e9d2

View file

@ -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