web: make a custom interface config possible

pull/982/head
Daniel Trierweiler 4 years ago committed by GitHub
parent b45b505980
commit c4fc3d37c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      web/rootfs/etc/cont-init.d/10-config

@ -83,6 +83,9 @@ fi
if [[ ! -f /config/interface_config.js ]]; then
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
# It will remove parameter 'closedcaptions' from TOOLBAR_BUTTONS if ENABLE_TRANSCRIPTIONS is false,
# because it enabled by default, but not supported out of the box.

Loading…
Cancel
Save