mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-06 05:47:57 +00:00
Make nextcloud_mount an attribute
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
parent
bb865b7dee
commit
44d5b7cd5e
4 changed files with 9 additions and 11 deletions
|
|
@ -119,7 +119,7 @@ readonly class ContainerDefinitionFetcher {
|
|||
}
|
||||
}
|
||||
if($value['source'] === '%NEXTCLOUD_MOUNT%') {
|
||||
$value['source'] = $this->configurationManager->GetNextcloudMount();
|
||||
$value['source'] = $this->configurationManager->nextcloud_mount;
|
||||
if($value['source'] === '') {
|
||||
continue;
|
||||
}
|
||||
|
|
@ -140,7 +140,7 @@ readonly class ContainerDefinitionFetcher {
|
|||
}
|
||||
}
|
||||
if ($value['destination'] === '%NEXTCLOUD_MOUNT%') {
|
||||
$value['destination'] = $this->configurationManager->GetNextcloudMount();
|
||||
$value['destination'] = $this->configurationManager->nextcloud_mount;
|
||||
if($value['destination'] === '') {
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue