From a26ba103c5f9e3ed9b39759e257c0d95c067fe54 Mon Sep 17 00:00:00 2001 From: sd111 Date: Sun, 11 Apr 2021 13:50:20 -0700 Subject: [PATCH] Release 2.1.2 - See CHANGELOG.md --- CHANGELOG.md | 2 +- install/etc/cont-init.d/10-loolwsd | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4892e49..3f40555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.1.1 2021-04-11 +## 2.1.2 2021-04-11 ### Fixed - Safety net to enforce custom fonts to be included diff --git a/install/etc/cont-init.d/10-loolwsd b/install/etc/cont-init.d/10-loolwsd index 32c8771..0d57fd6 100755 --- a/install/etc/cont-init.d/10-loolwsd +++ b/install/etc/cont-init.d/10-loolwsd @@ -40,8 +40,9 @@ if [ -d /assets/custom-fonts/ ] ; then chown -R lool /assets/custom-fonts chmod +rx /assets/custom-fonts ln -s /assets/custom-fonts /usr/share/fonts/truetype/custom - fc-cache -f -v > /dev/null 2&>1 - sudo -u lool /opt/lool/bin/loolwsd-systemplate-setup /opt/lool/systemplate /opt/libreoffice > /dev/null 2&>1 + silent fc-cache -f -v + rm -rf /opt/lool/systemplate + silent sudo -u lool /opt/lool/bin/loolwsd-systemplate-setup /opt/lool/systemplate /opt/libreoffice fi if var_true "${ENABLE_TLS}" ; then