mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
[fix] Multi-antenna
This commit is contained in:
parent
1acbfc6c66
commit
a7706b1f6f
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ get__wifi_device() {
|
|||
cat << EOF
|
||||
choices:
|
||||
EOF
|
||||
for device in $(iw_devices)
|
||||
for device in $(iw_devices | sed "s/,/ /g")
|
||||
do
|
||||
echo " $device: $device"
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue