From e5efaa5ff4b0f5e0d1a61624253fbfbc97dd72e4 Mon Sep 17 00:00:00 2001 From: Dave Conroy Date: Tue, 16 Jul 2019 14:02:58 -0700 Subject: [PATCH] Patchup for SSL --- install/etc/cont-init.d/10-loolwsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/etc/cont-init.d/10-loolwsd b/install/etc/cont-init.d/10-loolwsd index 4a5c9b9..5aa59e0 100755 --- a/install/etc/cont-init.d/10-loolwsd +++ b/install/etc/cont-init.d/10-loolwsd @@ -114,7 +114,7 @@ if [ "$SETUP_TYPE" = "AUTO" ]; then fi if [ "$ENABLE_SSL" != "TRUE" ]; then - perl -pi -e "s/.*<\/enable>/false<\/enable>/" /etc/loolwsd/loolwsd.xml + perl -pi -e "s/.*<\/enable>/false<\/enable>/" /etc/loolwsd/loolwsd.xml fi if [ "$ENABLE_SSL_REVERSE_PROXY" != "FALSE" ]; then