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

Called fatal too soon.

parent b58e8461
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ function account
fi
if [ -z "$account" ]
then
fatal "No accounts found. Creating a new one (they are free)"
echo "No accounts found. Creating a new one (they are free)."
geth --datadir ${BFANODEDIR} --password /dev/null account new
if [ -n "$loop_protection" ]
then
......
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