shairport-sync: Update to 3.1.6

Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
Ted Hess
2017-12-18 13:46:58 -05:00
parent d4ea92b721
commit 54927ab1df
4 changed files with 9 additions and 404 deletions
@@ -31,8 +31,8 @@ start_instance() {
local cfg=$1
local conf_custom conf_file aux
config_get_bool aux "$cfg" 'disabled' '0'
[ "$aux" = 1 ] && return 1
config_get_bool aux "$cfg" 'enabled' '0'
[ "$aux" = 0 ] && return 1
config_get_bool conf_custom "$cfg" 'conf_custom' '0'
config_get conf_file "$cfg" "conf_file"