mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
fix pattern so ended games are detected
This commit is contained in:
parent
519f90a69a
commit
aca3a96b54
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ function connName() {
|
|||
LOG=$1
|
||||
grep 'got_connect_cmd: connName' $LOG | \
|
||||
tail -n 1 | \
|
||||
sed 's,^.*connName: \"\(.*\)\"$,\1,'
|
||||
sed 's,^.*connName: \"\(.*\)\" (reconnect=.)$,\1,'
|
||||
}
|
||||
|
||||
function check_room() {
|
||||
|
|
Loading…
Add table
Reference in a new issue