Merge pull request #988 from prometheus/fabxc/fixreload

Fix loop-reloading on shutdown
This commit is contained in:
Fabian Reinartz 2015-08-14 16:35:17 +02:00
commit b1e60e58ec

View File

@ -159,8 +159,6 @@ func Main() int {
log.Warn("Received termination request via web service, exiting gracefully...")
}
close(hup)
log.Info("See you next time!")
return 0
}