Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trivial issue in dw-start.sh on $LOGFILE #79

Closed
rsnow opened this issue Jan 17, 2017 · 0 comments
Closed

Trivial issue in dw-start.sh on $LOGFILE #79

rsnow opened this issue Jan 17, 2017 · 0 comments

Comments

@rsnow
Copy link

rsnow commented Jan 17, 2017

One date >> $LOGFILE is date >> /tmp/dw-start.log, triggered me.

diff --git a/dw-start.sh b/dw-start.sh
index ac86396..1d63acd 100644
--- a/dw-start.sh
+++ b/dw-start.sh
@@ -50,7 +50,7 @@ fi
 # Otherwise default to :0.
 #

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

 export DISPLAY=":0"
@rsnow rsnow closed this as completed Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant