From ae0628782243de349ee76908ed3cf6475ee0d598 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Sun, 2 Jul 2023 09:05:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=81=E7=A7=BB=E5=90=8E=E7=A1=AE=E8=AE=A4?= =?UTF-8?q?=E5=90=8E=EF=BC=8C=E4=B8=8D=E5=86=8D=E8=87=AA=E5=8A=A8=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E7=AE=A1=E7=90=86=E7=B3=BB=E7=BB=9FAPI=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/web/actions/default/setup/confirm/index.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/web/actions/default/setup/confirm/index.go b/internal/web/actions/default/setup/confirm/index.go index 0e864eac..af2ced58 100644 --- a/internal/web/actions/default/setup/confirm/index.go +++ b/internal/web/actions/default/setup/confirm/index.go @@ -125,6 +125,7 @@ func (this *IndexAction) RunPost(params struct { config.NodeId = params.NodeId config.Secret = params.Secret config.RPC.Endpoints = endpoints + config.RPC.DisableUpdate = true err = config.WriteFile(Tea.ConfigFile("api.yaml")) if err != nil { this.Fail("配置保存失败:" + err.Error())