We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45b505 commit c4fc3d3Copy full SHA for c4fc3d3
web/rootfs/etc/cont-init.d/10-config
@@ -83,6 +83,9 @@ fi
83
84
if [[ ! -f /config/interface_config.js ]]; then
85
cp /defaults/interface_config.js /config/interface_config.js
86
+ if [[ -f /config/custom-interface_config.js ]]; then
87
+ cat /config/custom-interface_config.js >> /config/interface_config.js
88
+ fi
89
90
# It will remove parameter 'closedcaptions' from TOOLBAR_BUTTONS if ENABLE_TRANSCRIPTIONS is false,
91
# because it enabled by default, but not supported out of the box.
0 commit comments