mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
add missing bool to rerun for stop action
This commit is contained in:
parent
dc13cdceaa
commit
1537b73b51
1 changed files with 1 additions and 0 deletions
|
|
@ -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 ...")
|
||||
|
|
|
|||
Loading…
Reference in a new issue