forked from TrueCloudLab/frostfs-dev-env
[#196] Remove -i
key in docker exec
in bin/resolve.sh
Signed-off-by: anastasia prasolova <anastasia@nspcc.ru>
This commit is contained in:
parent
e904506e3d
commit
e2c169e440
2 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
source bin/helper.sh
|
||||
|
||||
# NeoGo binary path.
|
||||
NEOGO="${NEOGO:-docker exec -it morph_chain neo-go}"
|
||||
NEOGO="${NEOGO:-docker exec -t 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