From 3ee8419802b2fd44a67c259daa483fca11e134de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=B7=B3?= <454313500@qq.com> Date: Thu, 11 Jan 2024 10:29:31 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Abp.Net8/end.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yi.Abp.Net8/end.sh b/Yi.Abp.Net8/end.sh index 4ac12232..551e0450 100644 --- a/Yi.Abp.Net8/end.sh +++ b/Yi.Abp.Net8/end.sh @@ -1,3 +1,3 @@ #!/bin/bash -kill $(lsof -t -i:19001) +kill -9 $(lsof -t -i:19001) echo "Yi-进程已关闭"