Skip to content

Commit

Permalink
Use kill -11 as suggested by John and Alan.
Browse files Browse the repository at this point in the history
  • Loading branch information
hcalpro committed Jul 5, 2018
1 parent 7f65bb8 commit 4d22c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngccmServer/restartNgccmServer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if pid=$(pgrep -f $tag) ; then
echo "ngccm server with tag $tag is already running with pid $pid"
echo "using kill to send ngccm server with tag $tag and pid $pid to the grave"
fi
kill $pid
kill -11 $pid
else
echo "ngccm server with tag $tag is not running"
fi
Expand Down

0 comments on commit 4d22c23

Please sign in to comment.