Browse Source

Update run.sh

tags/0.1.0
Tian Guoyun GitHub 2 years ago
parent
commit
ce89152021
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dependency/shell/run.sh

+ 1
- 1
dependency/shell/run.sh View File

@@ -11,7 +11,7 @@ do
j=$((i - 1))
if [ -f "./python/player$i.py" ]; then
nice -0 python3 ./python/player$i.py -I 127.0.0.1 -P 8888 -p $j
elif [-f "./capi$i"]; then
elif [ -f "./capi$i" ]; then
nice -0 ./capi$i -I 127.0.0.1 -P 8888 -p $j
else
echo "ERROR. $i is not found."


Loading…
Cancel
Save