Files
docker-tvheadend/root/etc/cont-init.d/30-config
2016-08-14 12:36:03 +01:00

18 lines
481 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/usr/bin/with-contenv bash
# make folders
mkdir -p \
/config/.hts/tvheadend/dvr/config \
/config/comskip
# copy config
[[ ! -e /config/.hts/tvheadend/dvr/config/7a5edfbe189851e5b1d1df19c93962f0 ]] && \
cp /defaults/7a5edfbe189851e5b1d1df19c93962f0 /config/.hts/tvheadend/dvr/config/7a5edfbe189851e5b1d1df19c93962f0
[[ ! -e /config/comskip/comskip.ini ]]
cp /defaults/comskip.ini.org /config/comskip/comskip.ini
# permissions
chown -R abc:abc \
/config \
/config/.hts