mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
use pid to avoid permission problems for logfile in /tmp
This commit is contained in:
parent
f2ad6d92b4
commit
680b2f31b3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ CONFFILE=${DIR}/xwrelay.conf
|
|||
IDFILE=${DIR}/nextid.txt
|
||||
CSSFILE=${DIR}/xwrelay.css
|
||||
|
||||
LOGFILE=/tmp/xwrelay_log.txt
|
||||
LOGFILE=/tmp/xwrelay_log_$$.txt
|
||||
#LOGFILE=/dev/null
|
||||
|
||||
date > $LOGFILE
|
||||
|
|
Loading…
Reference in a new issue