From 609a2d6153b245d68fb8d43ffd793c20c5ffd4c6 Mon Sep 17 00:00:00 2001 From: cyanide-burnout Date: Mon, 1 Aug 2016 14:23:09 +0400 Subject: [PATCH] Fixed typo --- cronosagent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cronosagent.sh b/cronosagent.sh index 471beb5..5dafbfc 100755 --- a/cronosagent.sh +++ b/cronosagent.sh @@ -8,7 +8,7 @@ fi if [ -f /etc/config/brandmeister ] then - # Read configuration from uCU/LuCI on OpenWRT + # Read configuration from uCI/LuCI on OpenWRT REPEATER_NUMBER=$(uci get cronosagent.number) REPEATER_ADDRESS=$(uci get cronosagent.repeaterAddress) SERVER_ADDRESS=$(uci get cronosagent.serverAddress)