1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
This commit is contained in:
Jerry Vonau 2021-02-23 18:55:47 -05:00
parent 7dcd469144
commit d3b49ec32d

View file

@ -1,6 +1,6 @@
if [ "$interface" = "br0" ] && [ $if_up = "true" ]; then if [ "$interface" = "br0" ] && [ $if_up = "true" ]; then
syslog info "50-iiab IF_UP br0 restarting dnsmasq" syslog info "50-iiab IF_UP br0 restarting dnsmasq - kicking ap0"
sleep 2 ip link set ap0 up
systemctl --no-block restart dnsmasq systemctl --no-block restart dnsmasq
fi fi