5 lines
281 B
Bash
5 lines
281 B
Bash
|
#!/bin/bash
|
||
|
cd /home/mastodon/live
|
||
|
PATH=/home/mastodon/bin:/home/mastodon/.local/bin:/home/mastodon/.rbenv/plugins/ruby-build/bin:/home/mastodon/.rbenv/shims:/home/mastodon/.rbenv/bin:/usr/bin:/bin
|
||
|
RAILS_ENV=production bin/tootctl media remove --days=1 > log/media_remove.log 2>&1
|