exit code 0

pull/443/head
hunterlong 2020-03-21 14:00:42 -07:00
parent cd5df54bfb
commit 537a72cfec
1 changed files with 1 additions and 1 deletions

View File

@ -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