mirror of
https://github.com/tiredofit/docker-collabora-online.git
synced 2026-03-14 14:25:49 +01:00
🩹 - fix accessibility replacement
This commit is contained in:
parent
0a1bc85735
commit
95a37ec627
1 changed files with 2 additions and 1 deletions
|
|
@ -133,7 +133,8 @@ if [ "${SETUP_TYPE,,}" = "auto" ]; then
|
|||
print_notice "Autogenerating Configuration File"
|
||||
### Replace Configuration directives
|
||||
sed -i \
|
||||
-e "s|<enable type=\"bool\" desc=\"Controls whether accessibility\"\(.*\)>.*</enable>|<enable type=\"bool\" desc=\"Controls whether accessibility\1>${ENABLE_ACCESSIBILITY,,}</enable>|" \
|
||||
-e "s|<enable type=\"bool\" desc=\"Controls whether accessibility\(.*\)>.*</enable>|<enable type=\"bool\" desc=\"Controls whether accessibility\1>${ENABLE_ACCESSIBILITY,,}</enable>|"
|
||||
|
||||
/etc/coolwsd/coolwsd.xml
|
||||
|
||||
sed -i \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue