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