mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-02 15:50:54 +08:00
chore: 优化启动脚本
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
kill $(lsof -t -i:19001)
|
kill -9 $(lsof -t -i:19001)
|
||||||
echo "Yi-进程已关闭"
|
echo "Yi-进程已关闭"
|
||||||
|
|||||||
Reference in New Issue
Block a user