From 62559468b0a22d362987bcb0b866940f0e1c6e3d Mon Sep 17 00:00:00 2001
From: Robert Martin-Legene <robert@nic.ar>
Date: Mon, 23 Jul 2018 19:50:27 -0300
Subject: [PATCH] Called fatal too soon.

---
 bin/libbfa.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/libbfa.sh b/bin/libbfa.sh
index 032e2ca..8c5b97e 100644
--- a/bin/libbfa.sh
+++ b/bin/libbfa.sh
@@ -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
-- 
GitLab