forked from TrueCloudLab/frostfs-dev-env
[#238]: Remove interactive password input from setup scripts
Signed-off-by: anastasia prasolova <anastasia@nspcc.ru>
This commit is contained in:
parent
79a11641ed
commit
d8e825443e
6 changed files with 34 additions and 28 deletions
|
@ -5,7 +5,7 @@
|
|||
source bin/helper.sh
|
||||
|
||||
# NeoGo binary path.
|
||||
NEOGO="${NEOGO:-docker exec -t morph_chain neo-go}"
|
||||
NEOGO="${NEOGO:-docker exec morph_chain neo-go}"
|
||||
# NNS contract script hash
|
||||
output=$(curl -s --data '{ "id": 1, "jsonrpc": "2.0", "method": "getcontractstate", "params": [1] }' \
|
||||
"http://morph-chain.${LOCAL_DOMAIN}:30333/") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue