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"