Remove bogus wait
This commit is contained in:
@ -320,7 +320,6 @@ while true; do
|
|||||||
secs_to_next_genesis_poll=60
|
secs_to_next_genesis_poll=60
|
||||||
while true; do
|
while true; do
|
||||||
if [[ -z $pid ]] || ! kill -0 "$pid"; then
|
if [[ -z $pid ]] || ! kill -0 "$pid"; then
|
||||||
[[ -z $pid ]] || wait "$pid"
|
|
||||||
echo "############## validator exited, restarting ##############"
|
echo "############## validator exited, restarting ##############"
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user