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
|