From 51fad69bcff4adfaf4fc721f12269a775e9bcea1 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Sun, 12 Nov 2023 19:18:48 -0500 Subject: [PATCH] terminate --- automation/start_minio.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/automation/start_minio.py b/automation/start_minio.py index 3af02039..4033d4df 100644 --- a/automation/start_minio.py +++ b/automation/start_minio.py @@ -94,7 +94,8 @@ def main(): password: {secret_key} """) # Block on the server - p.wait() + # p.wait() + p.terminate() def start_minio_server(access_key, secret_key):