mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
2210 2304 fixed https://bugs.launchpad.net/bugs/1951586
This commit is contained in:
parent
c9ed0a0410
commit
a1aaf70975
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ fi
|
|||
# https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1862760
|
||||
# https://bugs.launchpad.net/netplan/+bug/1951586
|
||||
# WiFi country code progress on arm64 OS's discussed on #3078
|
||||
if [ -f /run/netplan/wpa-$IFACE.conf ]; then
|
||||
if [ -f /run/netplan/wpa-$IFACE.conf ] && ! $(grep country /run/netplan/wpa-$IFACE.conf); then
|
||||
NETPLAN=1
|
||||
SSID=`grep ssid /run/netplan/wpa-$IFACE.conf | awk -F = '{print $2}' | sed -r s/\"// | sed -r s/\"//`
|
||||
echo "cover netplan lack of country="
|
||||
|
|
Loading…
Reference in a new issue