mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 08:23:31 +01:00
10 lines
206 B
Text
Executable file
10 lines
206 B
Text
Executable file
#!/usr/bin/with-contenv bash
|
||
# shellcheck shell=bash
|
||
|
||
# copy config
|
||
cp -n /defaults/beets.sh /config/beets.sh
|
||
cp -n /defaults/config.yaml /config/config.yaml
|
||
|
||
# permissions
|
||
lsiown -R abc:abc \
|
||
/config
|