From 7f3efdd87cc5488e6aad9071fe06e22416237ff2 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 6 Nov 2023 00:24:59 +0000 Subject: [PATCH] Update 'root/etc/init.d/easymesh' --- root/etc/init.d/easymesh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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