完善招投标导入测试与文档
This commit is contained in:
@@ -215,7 +215,7 @@ follow_logs() {
|
||||
start_action() {
|
||||
running_pids=$(collect_pids)
|
||||
if [ -n "${running_pids:-}" ]; then
|
||||
log_error "检测到已有后端进程在运行: $running_pids,请先执行 stop 或 restart"
|
||||
log_error "检测到已有后端进程在运行: ${running_pids},请先执行 stop 或 restart"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user