silence cronjob, -q is not enough

This commit is contained in:
Martin Schütte 2014-08-20 19:06:19 +02:00
parent fd9498ab10
commit 1d222434e8

View file

@ -21,7 +21,7 @@ GIT_REVISION=$(getCurrentVersion)
# Automagically commit local changes
# This preserves local changes
git commit --quiet -m "CRON: auto commit"
git commit --quiet -m "CRON: auto commit" > /dev/null
# Pull latest changes from upstream
git fetch --quiet