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-进程已关闭"