Skip to content

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

@rsnow

Description

@rsnow

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions