I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 430ac832 authored by kytv's avatar kytv
Browse files

Really send HUP signal when called with the graceful parameter

parent 8c70af56
No related branches found
No related tags found
No related merge requests found
...@@ -1099,7 +1099,7 @@ graceful() { ...@@ -1099,7 +1099,7 @@ graceful() {
# Running so try to stop it. # Running so try to stop it.
# This sends HUP. router.gracefulHUP must be set in router.config, # This sends HUP. router.gracefulHUP must be set in router.config,
# or else this will do the same as stop. # or else this will do the same as stop.
kill $pid kill -HUP $pid
if [ $? -ne 0 ] if [ $? -ne 0 ]
then then
# An explanation for the failure should have been given # An explanation for the failure should have been given
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment