Skip to content

Commit

Permalink
🚑 Fix docker install lock
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed Dec 12, 2023
1 parent 5b49941 commit f9a3ff1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pagermaid/update/v1402.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
config = Path("config.yml")
if config.exists():
config.rename("data/config.yml")
# docker
docker = Path("install.lock")
if docker.exists():
docker.rename("data/install.lock")
# delete file
# log
log = Path("pagermaid.log.txt")
Expand Down

0 comments on commit f9a3ff1

Please sign in to comment.