Merge pull request #47 from ldidry/fix-warning

Small change to fix a warning
This commit is contained in:
Dave Conroy 2025-05-23 08:13:28 -07:00 committed by GitHub
commit afdec15981
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,7 +63,7 @@ if [ -n "${DICTIONARIES}" ]; then
silent apt-get clean
rm -rf /var/lib/apt/lists/*
chown -R cool. /opt/libreoffice/share/extensions/*
chown -R cool: /opt/libreoffice/share/extensions/*
rm -rf /opt/cool/systemplate/*
silent sudo -u cool /opt/cool/bin/coolwsd-systemplate-setup /opt/cool/systemplate /opt/libreoffice
fi