Remove extra e
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user