Merge branch 'master' of code.ungleich.ch:ungleich-public/ungleich-tools

This commit is contained in:
Nico Schottelius 2020-11-04 10:58:01 +01:00
commit c532e62ffe
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
if [ $# -ne 2 ]; then
echo "$0 ip-address interface"
echo " ip-address: where to find the OpenWRT device"
echo " interface: which interface (eth3 for instance) is the LTE device"
echo " interface: which interface is the LTE device"
echo " Usually eth1 on VIIRB, eth3 on PIB"
exit 1
fi