mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
move log directory away each time
This commit is contained in:
parent
8f77886f72
commit
1bfdd1978e
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ PORT=${PORT:-10997}
|
|||
[ $USE_GTK = FALSE ] && CURSES_PARM="-u -0"
|
||||
|
||||
LOGDIR=$(basename $0)_logs
|
||||
[ -d $LOGDIR ] && mv $LOGDIR /tmp/${LOGDIR}_$$
|
||||
mkdir -p $LOGDIR
|
||||
|
||||
usage() {
|
||||
|
|
Loading…
Reference in a new issue