git: be quiet
This commit is contained in:
parent
0018adbf51
commit
f53da1e9d2
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ USER=dhcpstatic
|
||||||
|
|
||||||
cd $GIT_REPO
|
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 ;
|
if ! cmp $GIT_REPO/static.conf /etc/dhcp/static.conf >/dev/null 2>&1 ;
|
||||||
then
|
then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue