From 8921164799be5243c7cfd1a6f09949e0c52d3853 Mon Sep 17 00:00:00 2001 From: Artem Prilutskiy Date: Wed, 3 Aug 2016 08:42:39 +0300 Subject: [PATCH] Preparing for build --- cronosagent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cronosagent.sh b/cronosagent.sh index ce8148e..c170646 100755 --- a/cronosagent.sh +++ b/cronosagent.sh @@ -8,7 +8,7 @@ fi if [ -f /etc/config/cronosagent ] then - # Read configuration from uci/LuCI on OpenWRT + # Read configuration from UCI/LuCI on OpenWRT REPEATER_NUMBER=$(uci get cronosagent.@cronosagent[0].number) REPEATER_ADDRESS=$(uci get cronosagent.@cronosagent[0].repeaterAddress) SERVER_ADDRESS=$(uci get cronosagent.@cronosagent[0].serverAddress)