Release 2.1.1 - See CHANGELOG.md

This commit is contained in:
Dave Conroy 2021-04-11 13:04:53 -07:00
parent fabbf2425a
commit bfd80f4e9b
2 changed files with 11 additions and 1 deletions

View file

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

View file

@ -36,8 +36,12 @@ fi
### Load Custom Fonts
if [ -d /assets/custom-fonts/ ] ; then
print_warn "Found Custom Fonts to insert Execute"
print_warn "Found Custom Fonts to insert"
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
fi
if var_true "${ENABLE_TLS}" ; then