bugfixing

This commit is contained in:
Christian Mehlmauer
2013-01-13 23:56:30 +01:00
parent 716e07803c
commit 255bbcdac2
2 changed files with 3 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ def output_vulnerabilities(vulns)
end
# delete old logfile
File.delete("log.txt")
File.delete(LOG_FILE) if File.exist?(LOG_FILE)
banner()