mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
not an error when wait fails
This commit is contained in:
parent
2af4888098
commit
9bc36cd431
1 changed files with 1 additions and 2 deletions
|
@ -44,8 +44,7 @@ while :; do
|
|||
../relay/rq -f $RELAYID -b $NBS
|
||||
|
||||
sleep 2
|
||||
kill $PID1 || true
|
||||
wait $PID1
|
||||
kill $PID1 && wait $PID1 || true
|
||||
else
|
||||
echo "$MSG_COUNT messages for $RELAYID"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue