mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Merge pull request #2686 from jvonau/jv-ap
kick ap0 [fix for WiFi hotspot after RaspiOS is apt updated from kernel 5.4 to 5.10]
This commit is contained in:
commit
2cc0875b16
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
if [ "$interface" = "br0" ] && [ $if_up = "true" ]; then
|
||||
syslog info "50-iiab IF_UP br0 restarting dnsmasq"
|
||||
sleep 2
|
||||
syslog info "50-iiab IF_UP br0 restarting dnsmasq - kicking ap0"
|
||||
ip link set ap0 up
|
||||
systemctl --no-block restart dnsmasq
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue