Release 2.1.1 - See CHANGELOG.md

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

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