1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-04 01:24:09 +02:00

forward OCC_LOG

This commit is contained in:
Robin Appelman 2023-06-15 17:54:11 +02:00
commit fe5562a9b5
6 changed files with 90 additions and 31 deletions

View file

@ -77,7 +77,7 @@ impl ServiceTrait for Kaspersky {
self.container_name(cloud_id),
"root",
vec!["curl", "localhost/licenseinfo"],
vec![],
Vec::<String>::default(),
Option::<Stdout>::None,
)
.await?;

View file

@ -126,7 +126,7 @@ impl ServiceTrait for ObjectStore {
format!("{}-object", cloud_id),
"root",
vec!["curl", "localhost:9000/minio/health/ready"],
vec![],
Vec::<String>::default(),
Some(&mut output),
)
.await?;