mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
don't pass .css file in; it's ignored
This commit is contained in:
parent
55514719be
commit
6dcd7022d4
1 changed files with 2 additions and 3 deletions
|
@ -7,7 +7,6 @@ XWRELAY=${DIR}/xwrelay
|
|||
PIDFILE=${DIR}/xwrelay.pid
|
||||
CONFFILE=${DIR}/xwrelay.conf
|
||||
IDFILE=${DIR}/nextid.txt
|
||||
CSSFILE=${DIR}/xwrelay.css
|
||||
|
||||
LOGFILE=/tmp/xwrelay_log_$$.txt
|
||||
#LOGFILE=/dev/null
|
||||
|
@ -98,8 +97,8 @@ do_start() {
|
|||
exit 1
|
||||
fi
|
||||
echo "starting..." | tee -a $LOGFILE
|
||||
echo "running $XWRELAY $@ -f $CONFFILE -s $CSSFILE" | tee -a $LOGFILE
|
||||
$XWRELAY $@ -f $CONFFILE -s $CSSFILE &
|
||||
echo "running $XWRELAY $@ -f $CONFFILE" | tee -a $LOGFILE
|
||||
$XWRELAY $@ -f $CONFFILE &
|
||||
NEWPID=$!
|
||||
echo -n $NEWPID > $PIDFILE
|
||||
sleep 1
|
||||
|
|
Loading…
Reference in a new issue