1
0
Fork 0
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:
ljf (zamentur) 2021-12-06 17:49:52 +01:00 committed by GitHub
parent 1acbfc6c66
commit a7706b1f6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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