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