diff options
| author | yalh76 <yalh@yahoo.com> | 2021-03-06 02:15:48 +0100 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2021-03-06 02:15:48 +0100 |
| commit | 560506c3e74bc7a2f7923b537d27c2b66079ce47 (patch) | |
| tree | cffe012a8d8107959ed54c64c36ff24ea6d5e562 /conf/cron | |
| parent | 05e04a31490bb0ce04b0ad2d0d9133c83614650d (diff) | |
| download | mastodon_ynh-560506c3e74bc7a2f7923b537d27c2b66079ce47.tar.gz mastodon_ynh-560506c3e74bc7a2f7923b537d27c2b66079ce47.tar.bz2 mastodon_ynh-560506c3e74bc7a2f7923b537d27c2b66079ce47.zip | |
fix bin/tootctl
Diffstat (limited to 'conf/cron')
| -rw-r--r-- | conf/cron | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,5 +1,5 @@ -@daily cd __FINAL_PATH__/live && RAILS_ENV=production __RUBY_PATH__/tootctl media remove -@monthly cd __FINAL_PATH__/live && RAILS_ENV=production __RUBY_PATH__/tootctl media remove-orphans -@monthly cd __FINAL_PATH__/live && RAILS_ENV=production __RUBY_PATH__/tootctl accounts cull -@monthly cd __FINAL_PATH__/live && RAILS_ENV=production __RUBY_PATH__/tootctl statuses remove -@monthly cd __FINAL_PATH__/live && RAILS_ENV=production __RUBY_PATH__/tootctl preview_cards remove +@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 statuses remove +@monthly cd __FINAL_PATH__/live && RAILS_ENV=production bin/tootctl preview_cards remove |
