mirror of
https://github.com/tiredofit/docker-collabora-online.git
synced 2026-03-14 22:35:49 +01:00
Fixes missing \ and remove newline
On the last PR I introduced two formatting errors which should now be fixed.
This commit is contained in:
parent
95a37ec627
commit
70fa25a6d6
1 changed files with 1 additions and 2 deletions
|
|
@ -133,8 +133,7 @@ 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