reset variables for stop action

This commit is contained in:
Jordan Blasenhauer 2024-03-23 20:35:18 +01:00
parent cf2c8a1ffd
commit 580bf1c3d6

View file

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