mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
inteno-netmodes: fix typo
This commit is contained in:
parent
cbd72e53d6
commit
162f0d444f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue