mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
PerformRecursiveContainerStop: fix error if collabora is not enabled
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
def08b898c
commit
4758f2d341
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ readonly class DockerController {
|
||||||
// This is a hack but no better solution was found for the meantime
|
// This is a hack but no better solution was found for the meantime
|
||||||
// Stop Collabora first to make sure it force-saves
|
// Stop Collabora first to make sure it force-saves
|
||||||
// See https://github.com/nextcloud/richdocuments/issues/3799
|
// See https://github.com/nextcloud/richdocuments/issues/3799
|
||||||
if ($id === self::TOP_CONTAINER) {
|
if ($id === self::TOP_CONTAINER && $this->configurationManager->isCollaboraEnabled()) {
|
||||||
$this->PerformRecursiveContainerStop('nextcloud-aio-collabora');
|
$this->PerformRecursiveContainerStop('nextcloud-aio-collabora');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue