always use ocis wrapper

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2023-09-20 10:43:11 +02:00
parent 1f1aa50c54
commit e9d5b23dfb

View File

@@ -2020,7 +2020,7 @@ def ocisServer(storage, accounts_hash_difficulty = 4, volumes = [], depends_on =
"commands": [
"%s init --insecure true" % ocis_bin,
"cat $OCIS_CONFIG_DIR/ocis.yaml",
] + (wrapper_commands if with_wrapper else ["%s server" % ocis_bin]),
] + (wrapper_commands),
"volumes": volumes,
"depends_on": depends_on,
},