mirror of
https://github.com/tiredofit/docker-collabora-online.git
synced 2026-03-14 14:25:49 +01:00
Release 2.1.1 - See CHANGELOG.md
This commit is contained in:
parent
fabbf2425a
commit
bfd80f4e9b
2 changed files with 11 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue