mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
services: readymedia: Add trailing newline after media_dir lines.
* gnu/services/upnp.scm (readymedia-configuration->config-file): Add trailing newline after media_dir lines. Change-Id: Ib2e584f22526f1969098b843c4be6ee386ed809c Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
parent
551a2b293e
commit
0aa52bcb28
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ (define (readymedia-configuration->config-file config)
|
|||
(match types
|
||||
(() (list))
|
||||
(_ (list ",")))
|
||||
(list path))))
|
||||
(list path "\n"))))
|
||||
media-directories)
|
||||
(map (match-lambda
|
||||
((key . value)
|
||||
|
|
Loading…
Reference in a new issue