summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorSam Litvin <sam-linux@litvinhome.net>2021-04-18 18:25:33 -0400
committerpedropintosilva <65948705+pedropintosilva@users.noreply.github.com>2021-11-09 10:12:30 +0100
commit433c01982c8de2397ce232f0235e2cfa94699ea7 (patch)
tree191772853f88e954be006c82e14ea6306ebd423a /docker
parenttest: fix sanitizers detection (diff)
downloadonline-433c01982c8de2397ce232f0235e2cfa94699ea7.tar.gz
online-433c01982c8de2397ce232f0235e2cfa94699ea7.zip
Update start-collabora-online.sh
There is no reason why the UI mode should be set here where it over-rides the setting in loolwsd.xml. Change-Id: I5f4ecd61dba96831dec28e7d3175718c8d63287c Signed-off-by: litvin-Millogic <sam-linux@litvinhome.net>
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/from-packages/scripts/start-collabora-online.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/from-packages/scripts/start-collabora-online.sh b/docker/from-packages/scripts/start-collabora-online.sh
index 162057419a..84ef30ef2e 100755
--- a/docker/from-packages/scripts/start-collabora-online.sh
+++ b/docker/from-packages/scripts/start-collabora-online.sh
@@ -62,4 +62,4 @@ fi
loolwsd-generate-proof-key
# Start loolwsd
-exec /usr/bin/loolwsd --version --o:sys_template_path=/opt/lool/systemplate --o:child_root_path=/opt/lool/child-roots --o:file_server_root_path=/usr/share/loolwsd --o:logging.color=false --o:user_interface.mode=notebookbar ${extra_params}
+exec /usr/bin/loolwsd --version --o:sys_template_path=/opt/lool/systemplate --o:child_root_path=/opt/lool/child-roots --o:file_server_root_path=/usr/share/loolwsd --o:logging.color=false ${extra_params}