1
0
Fork 0
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:
Robin Appelman 2021-04-08 15:48:22 +02:00
commit 8c191859b2
2 changed files with 15 additions and 3 deletions

View file

@ -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>,