inteno-netmodes: fix typo

This commit is contained in:
Alex Oprea 2017-06-22 14:56:12 +02:00
parent cbd72e53d6
commit 162f0d444f

View file

@ -41,7 +41,7 @@ while read event ; do
[ "$action" == "connect" ] || continue
json_get_var macaddr macaddr
json_get_var ipaddr ipaddr
json_get_var network netwrork "lan"
json_get_var network network "lan"
if is_inteno_macaddr $macaddr; then
echo "netmode-client-detect: a new Inteno device detected on '$network' network (MACAddr:$macaddr IPAddr:$ipaddr)" >/dev/console