1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

more office wip, only wss proxy missing it seems

This commit is contained in:
Robin Appelman 2023-02-13 17:37:38 +01:00
commit 2a7f4de2b7
11 changed files with 186 additions and 110 deletions

View file

@ -374,7 +374,7 @@ async fn setup(docker: &mut Docker, options: CloudOptions, config: &HazeConfig)
}
}
for service in &cloud.services {
for cmd in service.post_setup(&docker, &cloud.id).await? {
for cmd in service.post_setup(&docker, &cloud.id, config).await? {
cloud
.exec(docker, shell_words::split(&cmd).into_diagnostic()?, false)
.await?;