add missing bool to rerun for stop action

This commit is contained in:
Jordan Blasenhauer 2024-03-23 20:34:02 +01:00
parent dc13cdceaa
commit 1537b73b51

View file

@ -40,6 +40,7 @@ try:
log_info("Trying to stop instance ...")
no_errors = True
action = "stop"
while no_errors:
log_info(f"Trying to {action} BunkerWeb instance ...")