aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2021-03-06 02:15:48 +0100
committeryalh76 <yalh@yahoo.com>2021-03-06 02:15:48 +0100
commit560506c3e74bc7a2f7923b537d27c2b66079ce47 (patch)
treecffe012a8d8107959ed54c64c36ff24ea6d5e562 /conf
parent05e04a31490bb0ce04b0ad2d0d9133c83614650d (diff)
downloadmastodon_ynh-560506c3e74bc7a2f7923b537d27c2b66079ce47.tar.gz
mastodon_ynh-560506c3e74bc7a2f7923b537d27c2b66079ce47.tar.bz2
mastodon_ynh-560506c3e74bc7a2f7923b537d27c2b66079ce47.zip
fix bin/tootctl
Diffstat (limited to 'conf')
-rw-r--r--conf/cron10
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/cron b/conf/cron
index a15c428..776808b 100644
--- a/conf/cron
+++ b/conf/cron
@@ -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