From 188aa1d6da3ec52c9e12adf544ae411ef7c12e28 Mon Sep 17 00:00:00 2001 From: Dave Conroy Date: Sun, 21 Feb 2021 16:50:41 -0800 Subject: [PATCH] Release 2.0.1 - See CHANGELOG.md --- CHANGELOG.md | 6 ++++++ install/etc/cont-init.d/10-loolwsd | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a72b0ec..ac872c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.0.1 2021-02-21 + + ### Changed + - Fix for ENABLE_TLS_REVERSE_PROXY flag + + ## 2.0.0 2021-02-20 ### Added diff --git a/install/etc/cont-init.d/10-loolwsd b/install/etc/cont-init.d/10-loolwsd index 1dfde87..5d39a4a 100755 --- a/install/etc/cont-init.d/10-loolwsd +++ b/install/etc/cont-init.d/10-loolwsd @@ -133,7 +133,9 @@ if [ "$SETUP_TYPE" = "AUTO" ]; then fi if var_true "${ENABLE_TLS_REVERSE_PROXY}" ; then - sed -i -E "s|.*<\/termination>|true<\/termination>|" /etc/loolwsd/loolwsd.xml + sed -i -e "s|.*<\/termination>|true<\/termination>|" /etc/loolwsd/loolwsd.xml + else + sed -i -e "s|.*<\/termination>|false<\/termination>|" /etc/loolwsd/loolwsd.xml fi if var_true "${LOG_ANONYMIZE}"; then