Use the united command for daily task (#81)

commit of mastodon here e17f9d5e1a
This commit is contained in:
Erwan Leboucher 2017-04-17 17:13:15 +02:00 committed by wxcafé
parent 35abda9b20
commit 0b5cb11d08
1 changed files with 2 additions and 3 deletions

View File

@ -265,9 +265,8 @@ running smoothly. As your mastodon user run `crontab -e` and enter the following
```
RAILS_ENV=production
@daily cd /home/mastodon/live && /home/mastodon/.rbenv/shims/bundle exec rake mastodon:media:clear > /dev/null
@daily cd /home/mastodon/live && /home/mastodon/.rbenv/shims/bundle exec rake mastodon:push:refresh > /dev/null
@daily cd /home/mastodon/live && /home/mastodon/.rbenv/shims/bundle exec rake mastodon:feeds:clear > /dev/null
@daily cd /home/mastodon/live && /home/mastodon/.rbenv/shims/bundle exec rake mastodon:daily > /dev/null
```
## Things to look out for when upgrading Mastodon