From e6367acf3614c539175d94ccd480aa9afb0a2eca Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Tue, 26 Jan 2021 21:32:15 +0800 Subject: [PATCH] =?UTF-8?q?systemd=20Service=E5=AE=89=E8=A3=85=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E6=97=B6=E7=9B=B4=E6=8E=A5=E8=BF=94=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/edge-api/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/edge-api/main.go b/cmd/edge-api/main.go index 39d72582..dc044130 100644 --- a/cmd/edge-api/main.go +++ b/cmd/edge-api/main.go @@ -63,6 +63,7 @@ func main() { err := nodes.NewAPINode().InstallSystemService() if err != nil { fmt.Println("[ERROR]install failed: " + err.Error()) + return } fmt.Println("done") })