Fix LOGFILE.

This commit is contained in:
2017-01-23 17:00:40 +01:00
parent 9f946793de
commit 41cf32875f

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
LOGFILE="$LOGDIR/xinitrc.log" export LOGFILE="$LOGDIR/xinitrc.log"
log() { log() {
echo "[$(date +%FT%T)] $*" >> "$LOGFILE" echo "[$(date +%FT%T)] $*" >> "$LOGFILE"