摘要: #!/bin/bash # 使用更精确的方式检查进程 check_process() { ps aux | grep "dotnet.*MicroService_Face_3_0.dll" | grep -v grep > /dev/null return $? } # 检查程序是否运行 if ch 阅读全文
posted @ 2024-11-22 16:38 柏泊 阅读(120) 评论(0) 推荐(0)