From 8660343fefbc793339cd78cbc09b38b728c2b5ac 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 2d7c9c9..bcbfb86 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"