Merge pull request #9 from linuxserver/linting

implement linting recommendations
This commit is contained in:
Paul Hendryx 2016-10-30 10:21:29 -04:00 committed by GitHub
commit a67d08781f

View File

@ -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 \