Skip to content

Commit c4fc3d3

Browse files
author
Daniel Trierweiler
authored
web: make a custom interface config possible
1 parent b45b505 commit c4fc3d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web/rootfs/etc/cont-init.d/10-config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ fi
8383

8484
if [[ ! -f /config/interface_config.js ]]; then
8585
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
8689

8790
# It will remove parameter 'closedcaptions' from TOOLBAR_BUTTONS if ENABLE_TRANSCRIPTIONS is false,
8891
# because it enabled by default, but not supported out of the box.

0 commit comments

Comments
 (0)