mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 08:23:31 +01:00
12 lines
233 B
Text
Executable file
12 lines
233 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
|
||
|
||
chmod +x /config/beets.sh
|
||
|
||
# permissions
|
||
lsiown -R abc:abc \
|
||
/config
|