10 lines
221 B
Bash
10 lines
221 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
docker-compose -f /srv/docker/funkwhale/compose.yaml \
|
||
|
exec -it funkwhale /app/api/manage.py import_files \
|
||
|
9cf82ebc-67b9-444e-99db-011e64053d74 \
|
||
|
"/music/hendrik/" \
|
||
|
--recursive \
|
||
|
--noinput \
|
||
|
--in-place
|