removed weird dot characters
This commit is contained in:
parent
9c679e3741
commit
b8cd7a99d4
|
@ -287,7 +287,7 @@ running smoothly. As your mastodon user run `crontab -e` and enter the following
|
||||||
|
|
||||||
```
|
```
|
||||||
RAILS_ENV=production
|
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: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:feeds:clear > /dev/null
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue