Release 2.1.2 - See CHANGELOG.md

This commit is contained in:
sd111 2021-04-11 13:50:20 -07:00
parent bfd80f4e9b
commit a26ba103c5
2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,4 @@
## 2.1.1 2021-04-11 <dave at tiredofit dot ca>
## 2.1.2 2021-04-11 <dave at tiredofit dot ca>
### Fixed
- Safety net to enforce custom fonts to be included

View file

@ -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