From 86bda4448ec061e911eb37c929e5e354cb68ec99 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Sun, 30 Oct 2016 13:14:38 +0000 Subject: [PATCH] implement linting recommendations --- root/etc/cont-init.d/40-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/etc/cont-init.d/40-config b/root/etc/cont-init.d/40-config index 355412f..9e667b3 100644 --- a/root/etc/cont-init.d/40-config +++ b/root/etc/cont-init.d/40-config @@ -11,8 +11,8 @@ cp /etc/forked-daapd.conf.orig /defaults/forked-daapd.conf sed -i \ -e "/cache_path\ =/ s/# *//" \ -e "/db_path\ =/ s/# *//" \ - -e s#"ipv6 = yes"#"ipv6 = no"#g \ - -e s#"My Music on %h"#"LS.IO Music"#g \ + -e s#ipv6\ =\ yes#ipv6\ =\ no#g \ + -e s#My\ Music\ on\ %h#LS.IO\ Music#g \ -e s#/srv/music#/music#g \ -e 's/\(uid.*=\).*/\1 \"abc\"/g' \ -e s#/var/cache/forked-daapd/cache.db#/config/dbase_and_logs/cache.db#g \