Change return code 143 to 0

This commit is contained in:
MrArmonius 2021-07-09 16:36:23 +02:00
parent e4778a9a89
commit 3f8e633045
1 changed files with 1 additions and 0 deletions

View File

@ -425,6 +425,7 @@ func main() {
printError(err)
log.Info("Clean succes")
defer os.Exit(0)
return
}