removed weird dot characters

This commit is contained in:
James Moore 2017-04-13 10:28:57 -07:00 committed by GitHub
parent 9c679e3741
commit b8cd7a99d4
1 changed files with 1 additions and 1 deletions

View File

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