forked from Deuxfleurs/bottin
Change return code 143 to 0
This commit is contained in:
parent
e4778a9a89
commit
3f8e633045
1 changed files with 1 additions and 0 deletions
|
@ -425,6 +425,7 @@ func main() {
|
||||||
printError(err)
|
printError(err)
|
||||||
log.Info("Clean succes")
|
log.Info("Clean succes")
|
||||||
|
|
||||||
|
defer os.Exit(0)
|
||||||
return
|
return
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue