Skip to content
Snippets Groups Projects
Commit ebd98a7a authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

kill -KILL makes geth shut down unclean

parent 279172bc
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ function killallprocs()
if [ ${#PIDIDX[*]} -gt 0 ]
then
echo "*** Killing all remaining processes: ${PIDIDX[*]} (${!PIDIDX[*]})."
kill -KILL ${!PIDIDX[*]} 2>/dev/null || true
kill ${!PIDIDX[*]} 2>/dev/null || true
fi
}
......
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