From 2ecc9f918381dcb555dc92fa6f05020e56d8abb2 Mon Sep 17 00:00:00 2001 From: Jason Hawks Date: Wed, 15 Nov 2023 20:44:21 -0500 Subject: [PATCH] It is the tiniest things! --- root/easymesh/easymesh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/easymesh/easymesh.sh b/root/easymesh/easymesh.sh index 3db535d..fc2baa9 100755 --- a/root/easymesh/easymesh.sh +++ b/root/easymesh/easymesh.sh @@ -361,7 +361,7 @@ setup_mesh_radio() { # Check if ap_mode_enabled is enabled, if so add private_router_batman to the network # otherwise just add lan - if [ "$(uci -q get easymesh.config.ap_mode_enabled)" = 1 ]; then + if [ "$(uci -q get easymesh.config.ap_mode_enabled)" = 0 ]; then uci set wireless.wifinet$RADIO_NUM.network='lan' else uci set wireless.wifinet$RADIO_NUM.network='lan private_router_batman'