From 80f4c9f33eff9e95dc02ae23dc268d1dde9a00c0 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Thu, 8 Sep 2022 19:43:59 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/mpdf.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/mpdf.conf.j2 b/playbooks/mpdf.conf.j2 index 37d57aa..3fde079 100644 --- a/playbooks/mpdf.conf.j2 +++ b/playbooks/mpdf.conf.j2 @@ -44,7 +44,7 @@ playlist_directory "{{ [path,item,playlist_directory]|join() }}" # The special value "syslog" makes MPD use the local syslog daemon. This # setting defaults to logging to syslog, otherwise logging is disabled. # -log_file "{{ [log_dir,'mpd',item,'/.log']|join() }}" +log_file "{{ [log_dir,'mpd',item,'.log']|join() }}" # # This setting sets the location of the file which stores the process ID # for use of mpd --kill and some init scripts. This setting is disabled by @@ -63,7 +63,7 @@ state_file "{{ [path,state_file,item]|join() }}" # The location of the sticker database. This is a database which # manages dynamic information attached to songs. # -sticker_file "{{ [path,item,sticker_file,'.sql']|join() }}" +sticker_file "{{ [path,item,sticker_file,'/.sql']|join() }}" ###############################################################################