mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-25 09:11:00 +00:00
9 lines
94 B
Bash
9 lines
94 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -eu
|
||
|
|
||
|
echo "=> Cleanup cached media"
|
||
|
|
||
|
cd /app/code
|
||
|
./bin/tootctl media remove
|