Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nucleo
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Miguel Montes
nucleo
Commits
62559468
Commit
62559468
authored
7 years ago
by
Robert Martin-Legene
Browse files
Options
Downloads
Patches
Plain Diff
Called fatal too soon.
parent
b58e8461
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/libbfa.sh
+1
-1
1 addition, 1 deletion
bin/libbfa.sh
with
1 addition
and
1 deletion
bin/libbfa.sh
+
1
−
1
View file @
62559468
...
@@ -158,7 +158,7 @@ function account
...
@@ -158,7 +158,7 @@ function account
fi
fi
if
[
-z
"
$account
"
]
if
[
-z
"
$account
"
]
then
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
geth
--datadir
${
BFANODEDIR
}
--password
/dev/null account new
if
[
-n
"
$loop_protection
"
]
if
[
-n
"
$loop_protection
"
]
then
then
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment