From ded9a7842ce3de8693968d8f77a043fec5663925 Mon Sep 17 00:00:00 2001 From: WB2OSZ Date: Sun, 22 Jan 2017 11:06:22 -0500 Subject: [PATCH] Replace specific file path with variable reference. https://github.com/wb2osz/direwolf/pull/80 --- dw-start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"