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

Can not do local outside of functions

parent 6d7b7eae
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ then
then
if [ -r "${BFANODEDIR}/geth.pid" ]
then
local pid=$( cat ${BFANODEDIR}/geth.pid )
pid=$( cat ${BFANODEDIR}/geth.pid )
kill -0 $pid 2>/dev/null &&
echo "Killing running geth." &&
killed=1
......
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