silence cronjob

This commit is contained in:
Martin Schütte 2014-08-20 18:26:26 +02:00
parent 69104accb0
commit 6aee4e2309

View file

@ -9,7 +9,7 @@ USER=ffdnsmasq
cd $GIT_REPO
su -c "git pull" $USER
su -c "git pull --quiet" $USER
if ! cmp $GIT_REPO/rules /etc/dnsmasq.d/rules >/dev/null 2>&1 || ! cmp $GIT_REPO/general /etc/dnsmasq.d/general >/dev/null 2>&1 ;
then