From 9adf0d4ee0574e8189a1b4ccd2ded1a51957085d 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 --- net/gce.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/net/gce.sh b/net/gce.sh index 8075c0233..a46950fb9 100755 --- a/net/gce.sh +++ b/net/gce.sh @@ -868,6 +868,7 @@ EOF ;; config) + failOnValidatorBootupFailure=false prepareInstancesAndWriteConfigFile ;; info)