Correct arg
This commit is contained in:
parent
2da7601084
commit
342733be54
|
@ -158,7 +158,7 @@ if $validatorSanity; then
|
|||
(
|
||||
set -x -o pipefail
|
||||
timeout 10s ./multinode-demo/validator-x.sh \
|
||||
--no-restart --identity "$sanityTargetIp:8001" 2>&1 | tee validator-sanity.log
|
||||
--no-restart --enterypoint "$sanityTargetIp:8001" 2>&1 | tee validator-sanity.log
|
||||
) || {
|
||||
exitcode=$?
|
||||
[[ $exitcode -eq 124 ]] || exit $exitcode
|
||||
|
|
Loading…
Reference in New Issue