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 again separator has changed

This commit is contained in:
ljf 2023-02-26 19:04:58 +01:00
parent 2e3547683c
commit c77c631393
No known key found for this signature in database

View file

@ -83,7 +83,7 @@ get__wifi_device() {
cat << EOF
choices:
EOF
for device in $(iw_devices | sed "s/,/ /g")
for device in $(iw_devices | sed "s/|/ /g")
do
echo " $device: $device"
done