Correct arg

This commit is contained in:
Michael Vines 2019-08-10 13:02:15 -07:00
parent 2da7601084
commit 342733be54
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

@ -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