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