mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2025-04-04 23:06:11 +00:00
added version lock removal from cleanup routine
This commit is contained in:
parent
05f0e40b3c
commit
235c90585f
1 changed files with 2 additions and 0 deletions
|
@ -455,6 +455,8 @@ def cleanup_routine():
|
|||
os.remove("src/html/index.html")
|
||||
if os.path.isfile(setdir + "/Signed_Update.jar"):
|
||||
os.remove(setdir + "/Signed_Update.jar")
|
||||
if os.path.isfile(setdir + "/version.lock"):
|
||||
os.remove(setdir + "/version.lock")
|
||||
|
||||
except:
|
||||
pass
|
||||
|
|
Loading…
Add table
Reference in a new issue