From 2c35bd586af3e942a047c5f29aef26c42dda80a1 Mon Sep 17 00:00:00 2001 From: Tracey Jaquith Date: Thu, 14 Mar 2024 14:23:58 -0700 Subject: [PATCH] whups fix --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b16904b..d371fc7 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,6 @@ podman -v > /dev/null || exit 1 podman commit -q hind-init localhost/hind podman secret rm BOOTSTRAPPED > /dev/null ) & -wait ( @@ -48,6 +47,9 @@ else fi +wait + + # Now run the new docker image in the background. # NOTE: we switch `-v /var/lib/containers` to volume mounting the `podman.sock`, since we want HinD # container to `podman run` nomad jobs on the outside/VM, not inside itself