mirror of https://github.com/statping/statping
exit code 0
parent
cd5df54bfb
commit
537a72cfec
|
@ -192,7 +192,7 @@ func sigterm() {
|
|||
<-sigs
|
||||
fmt.Println("Shutting down Statping")
|
||||
Close()
|
||||
os.Exit(1)
|
||||
os.Exit(0)
|
||||
}
|
||||
|
||||
// mainProcess will initialize the Statping application and run the HTTP server
|
||||
|
|
Loading…
Reference in New Issue