mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2026-04-02 15:51:05 +02:00
web: regenerate interface_config.js on every boot
Customization is still available via custom-interface_config.js. This way we will slowly get rid of the deprecated interface_config.js as all options move to config.js.
This commit is contained in:
parent
bda1502210
commit
ff8c1c2e31
@ -82,10 +82,7 @@ if [[ -f /config/custom-config.js ]]; then
|
||||
cat /config/custom-config.js >> /config/config.js
|
||||
fi
|
||||
|
||||
if [[ ! -f /config/interface_config.js || -f /config/custom-interface_config.js ]]; then
|
||||
cp /defaults/interface_config.js /config/interface_config.js
|
||||
fi
|
||||
|
||||
cp /defaults/interface_config.js /config/interface_config.js
|
||||
if [[ -f /config/custom-interface_config.js ]]; then
|
||||
cat /config/custom-interface_config.js >> /config/interface_config.js
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user