mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
reset variables for stop action
This commit is contained in:
parent
cf2c8a1ffd
commit
580bf1c3d6
1 changed files with 2 additions and 0 deletions
|
|
@ -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 ...")
|
||||
|
|
|
|||
Loading…
Reference in a new issue