Skip to content
Snippets Groups Projects
Commit 8914cc8a authored by Mariano Absatz (git)'s avatar Mariano Absatz (git)
Browse files

no hace wildcard expansion :-(

parent 8daf7647
No related branches found
No related tags found
No related merge requests found
# Ejemplo en BFA
(en lugar de __UTC*__ poner el nombre completo del archivo de la cuenta)
```bash
cd api
GETH_ACCOUNT_JSON="/home/bfa/bfa/network/node/keystore/UTC*" \
......@@ -12,6 +14,8 @@ npm run serve
# Ejemplo en test network
(en lugar de __UTC*__ poner el nombre completo del archivo de la cuenta)
```bash
cd api
GETH_ACCOUNT_JSON="/home/bfa/bfa/test2network/node/keystore/UTC*" \
......
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