Trivvial issue with dw-start.sh, missing a $LOGFILE

This commit is contained in:
Rob Snow 2017-01-16 21:40:17 -06:00
parent 6207e2eb3e
commit e149e16235
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ fi
# Otherwise default to :0.
#
date >> /tmp/dw-start.log
date >> $LOGFILE
export DISPLAY=":0"