mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
add support for post-setup commands
This commit is contained in:
parent
8a48b2e3c4
commit
25ea32820c
3 changed files with 11 additions and 0 deletions
|
|
@ -141,6 +141,11 @@ async fn main() -> Result<()> {
|
|||
.await?;
|
||||
}
|
||||
}
|
||||
for cmd in &config.auto_setup.post_setup {
|
||||
cloud
|
||||
.exec(&mut docker, cmd.split(" ").collect(), false)
|
||||
.await?;
|
||||
}
|
||||
}
|
||||
}
|
||||
HazeArgs::Stop { filter } => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue