Remove bogus wait

This commit is contained in:
Michael Vines 2019-10-01 11:08:47 -07:00
parent a6363e56b6
commit faae122375
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 0 additions and 1 deletions

View File

@ -320,7 +320,6 @@ while true; do
secs_to_next_genesis_poll=60
while true; do
if [[ -z $pid ]] || ! kill -0 "$pid"; then
[[ -z $pid ]] || wait "$pid"
echo "############## validator exited, restarting ##############"
break
fi