From 433c01982c8de2397ce232f0235e2cfa94699ea7 Mon Sep 17 00:00:00 2001 From: Sam Litvin Date: Sun, 18 Apr 2021 18:25:33 -0400 Subject: 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 --- docker/from-packages/scripts/start-collabora-online.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') 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} -- cgit