Add beets config file

pull/6/head
RandomNinjaAtk 4 years ago committed by GitHub
parent 39122e85bf
commit f9e8975031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,6 +8,12 @@ if [ -f "/config/scripts/audio-pp.bash" ]; then
sleep 0.1
fi
# cp config file for use
if [ ! -f "/config/scripts/beets-config.yaml" ]; then
cp "/usr/local/sabnzbd-scripts/beets-config.yaml" "/config/scripts/beets-config.yaml" && \
chmod 0666 "/config/scripts/beets-config.yaml"
fi
# cp config file for use
if [ ! -f "/config/scripts/audio-pp.bash" ]; then
cp "/usr/local/sabnzbd-scripts/audio-pp.bash" "/config/scripts/audio-pp.bash" && \

Loading…
Cancel
Save