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

Instalar solamente paquetes si no estan. runasownerof ahora hace "cd" tambien.

parent 73a2ad38
No related branches found
No related tags found
No related merge requests found
...@@ -173,6 +173,8 @@ function usersetup ...@@ -173,6 +173,8 @@ function usersetup
then then
info "Adding required user \"bfa\"" info "Adding required user \"bfa\""
adduser --disabled-password --gecos 'Blockchain Federal Argentina' bfa adduser --disabled-password --gecos 'Blockchain Federal Argentina' bfa
info "Adding user \"bfa\" to group \"sudo\""
adduser bfa sudo
fi fi
# If we're running inside a docker, this may already exist but # If we're running inside a docker, this may already exist but
# probably owned by root. Let's make sure things are proper. # probably owned by root. Let's make sure things are proper.
......
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