voice-client: Using double quotes around string.

Ref: #400
This commit is contained in:
Kent Ekholm 2019-03-15 17:05:34 +01:00
parent 754e42f0d4
commit fa145a60f3

View file

@ -128,7 +128,7 @@ case "$1" in
;;
platform)
json_init
json_add_string platform $(getLineName)
json_add_string platform "$(getLineName)"
case $(getLineName) in
"brcm")