jitsi-deployment/jvb/rootfs/etc/cont-init.d/10-config

12 lines
296 B
Plaintext
Raw Normal View History

2018-03-14 10:23:13 +01:00
#!/usr/bin/with-contenv bash
if [[ ! -f /config/sip-communicator.properties ]]; then
tpl /defaults/sip-communicator.properties > /config/sip-communicator.properties
2018-03-14 10:23:13 +01:00
fi
if [[ ! -f /config/logging.properties ]]; then
cp /defaults/logging.properties /config
fi
chown -R jvb:jitsi /config