From db6feaa0ead22d2fe9f307f41fca719eea2104e0 Mon Sep 17 00:00:00 2001 From: Haidy <595153335@qq.com> Date: Thu, 17 May 2018 00:30:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9frpc=20Exit(0)=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/frpc/sub/root.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/frpc/sub/root.go b/cmd/frpc/sub/root.go index 7a8badcb..0c3e8dc5 100644 --- a/cmd/frpc/sub/root.go +++ b/cmd/frpc/sub/root.go @@ -119,7 +119,6 @@ func StopFrp() (err error) { service.Close() log.Info("frpc is stoped") - os.Exit(0) return }