Revert "add missing bool to rerun for stop action"

This reverts commit 1537b73b51.
This commit is contained in:
Jordan Blasenhauer 2024-03-23 20:34:48 +01:00
parent 1537b73b51
commit cf2c8a1ffd

View file

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