silence cronjob
This commit is contained in:
parent
69104accb0
commit
6aee4e2309
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue