Skip to content

Commit

Permalink
terminate
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Nov 13, 2023
1 parent c70bdb0 commit 51fad69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion automation/start_minio.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 51fad69

Please sign in to comment.