mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
proper healthy check for s3
This commit is contained in:
parent
1a4fd72da2
commit
8c191859b2
2 changed files with 15 additions and 3 deletions
|
|
@ -86,7 +86,7 @@ pub async fn exec_tty<S1: AsRef<str>, S2: Into<String>>(
|
|||
}
|
||||
|
||||
pub async fn exec<S1: AsRef<str>, S2: Into<String>>(
|
||||
docker: &mut Docker,
|
||||
docker: &Docker,
|
||||
container: S1,
|
||||
user: &str,
|
||||
cmd: Vec<S2>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue