mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-06-04 11:24:00 +08:00
fix bug (#659)
### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
a74c755d83
commit
62afcf5ac8
@ -18,7 +18,7 @@ do
|
||||
task_exe $i $WS &
|
||||
done
|
||||
|
||||
while [ 1 -eq q ];do
|
||||
while [ 1 -eq 1 ];do
|
||||
$PY api/ragflow_server.py
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user