Update 'root/etc/init.d/easymesh'

pull/1/head
ben 11 months ago
parent b6a0f35fe3
commit 7f3efdd87c

@ -355,12 +355,13 @@ wifi up
# Removing firewall configuration # Removing firewall configuration
mv /etc/config/firewall /etc/config/firewall.unused mv /etc/config/firewall /etc/config/firewall.unused
fi #fi
else else
ap_mode_stop ap_mode_stop
fi
if [ "$mesh_bat0" = "interface" ]; then if [ "$mesh_bat0" = "interface" ]; then
uci -q delete network.bat0 uci -q delete network.bat0
@ -407,4 +408,5 @@ stop() {
restart() { restart() {
set_easymesh set_easymesh
add_wifi_mesh
} }
Loading…
Cancel
Save