1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

Make the cron job stfu when pulling new branches etc

This commit is contained in:
Alexandre Aubin 2020-06-18 18:10:50 +02:00
parent 94273212c1
commit 6866e89345

View file

@ -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"