From 21706108e8be0171d49ddbb568e0b83ec1a3026a Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Fri, 31 Jan 2020 16:54:52 +0800 Subject: [PATCH] Don't exit early if add. validators not found during gce.sh config (cherry picked from commit 9adf0d4ee0574e8189a1b4ccd2ded1a51957085d) --- net/gce.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/net/gce.sh b/net/gce.sh index 8075c0233c..a46950fb9b 100755 --- a/net/gce.sh +++ b/net/gce.sh @@ -868,6 +868,7 @@ EOF ;; config) + failOnValidatorBootupFailure=false prepareInstancesAndWriteConfigFile ;; info)