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)