docker-headphones/root/etc/cont-init.d/30-config

11 lines
179 B
Text
Raw Normal View History

2016-07-04 12:47:42 +01:00
#!/usr/bin/with-contenv bash
# copy config
[[ ! -e /config/config.ini ]] && \
cp /defaults/config.ini /config/config.ini
2016-07-04 12:47:42 +01:00
# permissions
chown -f -R abc:abc \
2017-07-20 18:38:35 +01:00
/app \
/config