mirror of
https://github.com/linuxserver/docker-beets.git
synced 2026-02-04 19:07:39 +08:00
8 lines
189 B
Bash
8 lines
189 B
Bash
#!/bin/bash
|
|
|
|
[[ ! -f /config/beets.sh ]] && cp /defaults/beets.sh /config/beets.sh
|
|
[[ ! -f /config/config.yaml ]] && cp /defaults/config.yaml /config/config.yaml
|
|
|
|
chown -R abc:abc /config
|
|
|