From 6866e89345fa3c27ca7b41d8420206383c3934c3 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 18 Jun 2020 18:10:50 +0200 Subject: [PATCH] Make the cron job stfu when pulling new branches etc --- rebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebuild.sh b/rebuild.sh index 2d7c9c98..bcbfb860 100644 --- a/rebuild.sh +++ b/rebuild.sh @@ -5,6 +5,6 @@ log=$workdir/app_list_auto_update.log cd $workdir date >> $log -git pull >/dev/null +git pull &>/dev/null ./list_builder.py &>> $log || sendxmpppy "[listbuilder] Rebuilding the application list failed miserably"