mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
remove param that causes assert to fire
This commit is contained in:
parent
c704b7ff4f
commit
ba6151c385
1 changed files with 2 additions and 2 deletions
|
@ -223,7 +223,7 @@ build_cmds() {
|
|||
if [ -n "$SEND_CHAT" ]; then
|
||||
PARAMS="$PARAMS --send-chat $SEND_CHAT"
|
||||
fi
|
||||
PARAMS="$PARAMS --my-port 1024"
|
||||
# PARAMS="$PARAMS --my-port 1024"
|
||||
# PARAMS="$PARAMS --savefail-pct 10"
|
||||
[ -n "$SEED" ] && PARAMS="$PARAMS --seed $RANDOM"
|
||||
PARAMS="$PARAMS $PUBLIC"
|
||||
|
@ -507,7 +507,7 @@ run_cmds() {
|
|||
# kill any remaining games
|
||||
if [ $COUNT -gt 0 ]; then
|
||||
mkdir -p ${LOGDIR}/not_done
|
||||
echo "processing unfinished games...."
|
||||
echo "$(date): processing unfinished games...."
|
||||
for KEY in ${!ARGS[*]}; do
|
||||
close_device $KEY ${LOGDIR}/not_done "unfinished game"
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue