mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-20 01:20:35 +08:00
voice-client: fix line syntax
This commit is contained in:
@@ -2102,8 +2102,7 @@ set_line_name()
|
||||
if [ -n "$name_ix" ]; then
|
||||
for item in $(db get hw.board.VoicePortNames); do
|
||||
if [ $ix -eq $name_ix ]; then
|
||||
uci_set voice_client $tel_line name \
|
||||
"$(echo "$item" |tr "[_]" "[ ]")"
|
||||
uci_set voice_client $tel_line name "$(echo '$item' |tr '[_]' '[ ]')"
|
||||
return
|
||||
fi
|
||||
ix=$((ix+1))
|
||||
|
||||
Reference in New Issue
Block a user