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 edecacd commit baed605Copy full SHA for baed605
web/rootfs/etc/cont-init.d/10-config
@@ -121,7 +121,7 @@ if [[ ! -f /config/interface_config.js ]]; then
121
122
# It will remove parameter 'closedcaptions' from TOOLBAR_BUTTONS if ENABLE_TRANSCRIPTIONS is false,
123
# because it enabled by default, but not supported out of the box.
124
- if [[ $ENABLE_TRANSCRIPTIONS -ne 1 || "$ENABLE_TRANSCRIPTIONS" != "true" ]]; then
+ if [[ $ENABLE_TRANSCRIPTIONS -ne 1 && "$ENABLE_TRANSCRIPTIONS" != "true" ]]; then
125
sed -i \
126
-e "s#'closedcaptions', ##" \
127
/config/interface_config.js
0 commit comments