mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
chore: Remove temporary .flask_secret file when the web UI is being shut down
This commit is contained in:
parent
32d4366471
commit
cebc9e6199
1 changed files with 1 additions and 0 deletions
|
|
@ -134,3 +134,4 @@ def when_ready(server):
|
|||
def on_exit(server):
|
||||
RUN_DIR.joinpath("ui.pid").unlink(missing_ok=True)
|
||||
TMP_DIR.joinpath("ui.healthy").unlink(missing_ok=True)
|
||||
TMP_DIR.joinpath(".flask_secret").unlink(missing_ok=True)
|
||||
|
|
|
|||
Loading…
Reference in a new issue