Release 2.0.1 - See CHANGELOG.md

This commit is contained in:
Dave Conroy 2021-02-21 16:50:41 -08:00
parent 37e2bce1ab
commit 188aa1d6da
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,9 @@
## 2.0.1 2021-02-21 <dave at tiredofit dot ca>
### Changed
- Fix for ENABLE_TLS_REVERSE_PROXY flag
## 2.0.0 2021-02-20 <dave at tiredofit dot ca>
### Added

View file

@ -133,7 +133,9 @@ if [ "$SETUP_TYPE" = "AUTO" ]; then
fi
if var_true "${ENABLE_TLS_REVERSE_PROXY}" ; then
sed -i -E "s|<termination \(.*\)>.*<\/termination>|<termination \1>true<\/termination>|" /etc/loolwsd/loolwsd.xml
sed -i -e "s|<termination \(.*\)>.*<\/termination>|<termination \1>true<\/termination>|" /etc/loolwsd/loolwsd.xml
else
sed -i -e "s|<termination \(.*\)>.*<\/termination>|<termination \1>false<\/termination>|" /etc/loolwsd/loolwsd.xml
fi
if var_true "${LOG_ANONYMIZE}"; then