Log into XDG_RUNTIME_DIR
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
set -o nounset
|
||||
|
||||
_logfile="$LOGDIR/dunstctl.log"
|
||||
_logfile="$XDG_RUNTIME_DIR/dunstctl.log"
|
||||
|
||||
log() {
|
||||
printf '[%s] %s\n' "$(date -uIseconds)" "$*" >> "$_logfile"
|
||||
|
||||
Reference in New Issue
Block a user