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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue