Skip to content
Snippets Groups Projects
Commit 25a1f4c2 authored by Josh Brooks's avatar Josh Brooks
Browse files

Change signal to SIGTERM

parent a9996dfc
No related branches found
No related tags found
1 merge request!4Release
......@@ -97,7 +97,7 @@ fi
# Kill the last server
echo "KILLING SERVER 0 EARLY"
kill -2 $PID_SERVER_KILLED
kill -15 $PID_SERVER_KILLED
# Wait for node to handle kill signal
sleep 30
......
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