mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
voice-client: fix line syntax
This commit is contained in:
parent
4acd35f27e
commit
60742c42b3
1 changed files with 1 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue