Skip to content

Commit e149e16

Browse files
author
Rob Snow
committed
Trivvial issue with dw-start.sh, missing a $LOGFILE
1 parent 6207e2e commit e149e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: dw-start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fi
5050
# Otherwise default to :0.
5151
#
5252

53-
date >> /tmp/dw-start.log
53+
date >> $LOGFILE
5454

5555
export DISPLAY=":0"
5656

0 commit comments

Comments
 (0)