mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 22:46:55 +00:00
move containers-definition-path to Dataconst
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
4ba7f1ed64
commit
897e3e7e6e
3 changed files with 7 additions and 2 deletions
|
|
@ -62,4 +62,8 @@ class DataConst {
|
|||
public static function GetCollaboraSeccompProfilePath() : string {
|
||||
return realpath(__DIR__ . '/../cool-seccomp-profile.json');
|
||||
}
|
||||
|
||||
public static function GetContainersDefinitionPath() : string {
|
||||
return realpath(__DIR__ . '/../containers.json');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue