Flip if/else

This commit is contained in:
Michael Vines 2019-04-30 08:56:53 -07:00
parent d21fa4a177
commit f02ec31c68
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 2 additions and 2 deletions

View File

@ -82,13 +82,13 @@ local|tar)
esac
if $failOnValidatorBootupFailure; then
numSanityNodes="$numNodes"
else
numSanityNodes=1
if $rejectExtraNodes; then
echo "rejectExtraNodes cannot be used with failOnValidatorBootupFailure"
exit 1
fi
else
numSanityNodes="$numNodes"
fi
echo "+++ $entrypointIp: node count ($numSanityNodes expected)"