removed weird dot characters
This commit is contained in:
parent
9c679e3741
commit
b8cd7a99d4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue