Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nucleo
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
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
blockchain
nucleo
Commits
7b8d39c0
Commit
7b8d39c0
authored
6 years ago
by
Robert Martin-Legene
Browse files
Options
Downloads
Patches
Plain Diff
Do not die if bfa/network already exists
parent
689fc00e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/installbfa.sh
+3
-3
3 additions, 3 deletions
bin/installbfa.sh
with
3 additions
and
3 deletions
bin/installbfa.sh
+
3
−
3
View file @
7b8d39c0
...
...
@@ -32,7 +32,7 @@ function nodejsinstall
# Nodejs software repository PGP key
if
[
`
apt-key
export
${
NODEJSPGP
}
2>&1 |
wc
-l
`
-le
50
]
then
info Add nodejs software repository PGP key
info Add
ing
nodejs software repository PGP key
apt-key adv
--keyserver
keyserver.ubuntu.com
--recv
${
NODEJSPGP
}
fi
local
file
=
/etc/apt/sources.list.d/nodesource.list
...
...
@@ -144,7 +144,7 @@ function usersetup
{
if
!
id
bfa
>
/dev/null 2>&1
then
info Add required user
\"
bfa
\"
info Add
ing
required user
\"
bfa
\"
adduser
--disabled-password
--gecos
'Blockchain Federal Argentina'
bfa
fi
cd
~bfa
...
...
@@ -163,7 +163,7 @@ function usersetup
info Adding to automatically
source
\~
bfa/bfa/bin/env via .bashrc
echo
'source ~/bfa/bin/env'
>>
.bashrc
fi
mkdir
~bfa/bfa/network
mkdir
-p
~bfa/bfa/network
}
function
cronit
...
...
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