make this cron quiet
This commit is contained in:
parent
a53814665b
commit
f5ddf462fa
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
pushd /git/infra-docs
|
||||
pushd /git/infra-docs >& /dev/null
|
||||
git fetch -q origin
|
||||
pushd /srv/web/infra/docs
|
||||
pushd /srv/web/infra/docs >& /dev/null
|
||||
git pull -q
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue