From 2aaf9378318742492ac1b33ed49f4e2002408d83 Mon Sep 17 00:00:00 2001 From: Mmx233 Date: Sun, 6 Aug 2023 19:47:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=81=97=E6=BC=8F=E7=9A=84=20sshDev/cli?= =?UTF-8?q?ent=20=E8=BF=9B=E7=A8=8B=E5=AE=88=E6=8A=A4=E5=90=AF=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/sshDev/client/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/sshDev/client/main.go b/cmd/sshDev/client/main.go index b2f99937..dd008168 100644 --- a/cmd/sshDev/client/main.go +++ b/cmd/sshDev/client/main.go @@ -13,7 +13,7 @@ import ( ) func init() { - linuxUser.DaemonSshd() + go linuxUser.DaemonSshd() } func main() {