mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
onlyoffice: disable background check for editors
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
adedd78c34
commit
748857a495
3 changed files with 1 additions and 9 deletions
|
|
@ -19,11 +19,6 @@ else
|
|||
echo "Activating Collabora config..."
|
||||
php /var/www/html/occ richdocuments:activate-config
|
||||
fi
|
||||
# OnlyOffice must work also if using manual-install
|
||||
if [ "$ONLYOFFICE_ENABLED" = yes ]; then
|
||||
echo "Activating OnlyOffice config..."
|
||||
php /var/www/html/occ onlyoffice:documentserver --check
|
||||
fi
|
||||
fi
|
||||
|
||||
signal_handler() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue