Fix loop-reloading on shutdown

This commit is contained in:
Fabian Reinartz 2015-08-14 16:29:34 +02:00
parent 9e9f88b5ce
commit 18c0f347a3
1 changed files with 0 additions and 2 deletions

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
}