shairport: fix buffer config var
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
3956aaf741
commit
6ec08ce9b4
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ start_instance() {
|
||||||
|
|
||||||
append_arg "$cfg" bname "-a" "AirPort"
|
append_arg "$cfg" bname "-a" "AirPort"
|
||||||
append_arg "$cfg" log "-l"
|
append_arg "$cfg" log "-l"
|
||||||
append_arg "$cfg" initbuf "-b" "256"
|
append_arg "$cfg" buffer "-b" "256"
|
||||||
append_arg "$cfg" port "-p" "5002"
|
append_arg "$cfg" port "-p" "5002"
|
||||||
append_arg "$cfg" password "-k"
|
append_arg "$cfg" password "-k"
|
||||||
append_arg "$cfg" mdns "-m"
|
append_arg "$cfg" mdns "-m"
|
||||||
|
|
Loading…
Reference in a new issue