Make the cron job stfu when pulling new branches etc
This commit is contained in:
parent
94273212c1
commit
6866e89345
@ -5,6 +5,6 @@ log=$workdir/app_list_auto_update.log
|
|||||||
|
|
||||||
cd $workdir
|
cd $workdir
|
||||||
date >> $log
|
date >> $log
|
||||||
git pull >/dev/null
|
git pull &>/dev/null
|
||||||
|
|
||||||
./list_builder.py &>> $log || sendxmpppy "[listbuilder] Rebuilding the application list failed miserably"
|
./list_builder.py &>> $log || sendxmpppy "[listbuilder] Rebuilding the application list failed miserably"
|
||||||
|
Loading…
Reference in New Issue
Block a user