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