mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2026-04-16 06:21:02 +02:00
jvb: regenerate config on every boot
This commit is contained in:
parent
3ef222152e
commit
0c957941bc
@ -13,8 +13,9 @@ if [[ "$JVB_AUTH_PASSWORD" == "$OLD_JVB_AUTH_PASSWORD" ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [[ ! -f /config/sip-communicator.properties ]]; then
|
||||
tpl /defaults/sip-communicator.properties > /config/sip-communicator.properties
|
||||
tpl /defaults/sip-communicator.properties > /config/sip-communicator.properties
|
||||
if [[ -f /config/custom-sip-communicator.properties ]]; then
|
||||
cat /config/custom-sip-communicator.properties >> /config/sip-communicator.properties
|
||||
fi
|
||||
|
||||
if [[ ! -f /config/logging.properties ]]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user