diff --git a/Running-Mastodon/Production-guide.md b/Running-Mastodon/Production-guide.md index c2054a1d..ab01eb68 100644 --- a/Running-Mastodon/Production-guide.md +++ b/Running-Mastodon/Production-guide.md @@ -287,7 +287,7 @@ 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: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 ```