diff --git a/root/etc/init.d/easymesh b/root/etc/init.d/easymesh index 4c3a3ff..7ce729f 100755 --- a/root/etc/init.d/easymesh +++ b/root/etc/init.d/easymesh @@ -355,12 +355,13 @@ wifi up # Removing firewall configuration mv /etc/config/firewall /etc/config/firewall.unused -fi +#fi else ap_mode_stop + fi if [ "$mesh_bat0" = "interface" ]; then uci -q delete network.bat0 @@ -407,4 +408,5 @@ stop() { restart() { set_easymesh + add_wifi_mesh } \ No newline at end of file