diff --git a/xwords4/linux/scripts/relayID.sh b/xwords4/linux/scripts/relayID.sh index a8a10bd86..043118307 100755 --- a/xwords4/linux/scripts/relayID.sh +++ b/xwords4/linux/scripts/relayID.sh @@ -24,7 +24,7 @@ while [ $# -ge 1 ]; do *got_connect_cmd:\ connName* ) CONNNAME="$(echo $LINE | sed 's,^.*connName: "\(.*\)"$,\1,')" ;; - *hostid* ) + *got_connect_cmd:\ set\ hostid* ) HOSTID=$(echo $LINE | sed 's,^.*set hostid: \(.\)$,\1,') ;; *getChannelSeed:\ channelSeed:*)