diff options
| author | yalh76 <yalh@yahoo.com> | 2020-05-22 03:16:41 +0200 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2020-05-22 03:16:41 +0200 |
| commit | 29c9a33cdb9f11f14083bebaa519bf7a6f762cfc (patch) | |
| tree | 01256ea28089dddec1d73c9ff0a69cd79d4ea86f /conf/cron | |
| parent | b4dc3908d08cb1767dbe729ea2cc8956369359c3 (diff) | |
| download | mastodon_ynh-29c9a33cdb9f11f14083bebaa519bf7a6f762cfc.tar.gz mastodon_ynh-29c9a33cdb9f11f14083bebaa519bf7a6f762cfc.tar.bz2 mastodon_ynh-29c9a33cdb9f11f14083bebaa519bf7a6f762cfc.zip | |
fix tootctl statuses remove
Diffstat (limited to 'conf/cron')
| -rw-r--r-- | conf/cron | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ @daily cd __FINAL_PATH__/live && RAILS_ENV=production bin/tootctl media remove @monthly cd __FINAL_PATH__/live && RAILS_ENV=production bin/tootctl media remove-orphans @monthly cd __FINAL_PATH__/live && RAILS_ENV=production bin/tootctl accounts cull -@monthly cd __FINAL_PATH__/live && RAILS_ENV=production bin/tootctl status remove +@monthly cd __FINAL_PATH__/live && RAILS_ENV=production bin/tootctl statuses remove @monthly cd __FINAL_PATH__/live && RAILS_ENV=production bin/tootctl preview_cards remove |
