From 1d222434e850c4e46a846a7466bd0fe81034e83c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Sch=C3=BCtte?= Date: Wed, 20 Aug 2014 19:06:19 +0200 Subject: [PATCH] silence cronjob, -q is not enough --- files/root/bin/autoupdate_fastd_keys.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/root/bin/autoupdate_fastd_keys.sh b/files/root/bin/autoupdate_fastd_keys.sh index 15ad96f..9be4f8f 100644 --- a/files/root/bin/autoupdate_fastd_keys.sh +++ b/files/root/bin/autoupdate_fastd_keys.sh @@ -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