mirror of
https://github.com/YunoHost/yunodevtools.git
synced 2024-09-03 20:16:19 +02:00
Make the cron job stfu when pulling new branches etc
This commit is contained in:
parent
9c2fcf1259
commit
8660343fef
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue