Merge branch 'master' of code.ungleich.ch:ungleich-public/ungleich-tools into master
This commit is contained in:
commit
238f171fc3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# 2020-06-13, Nico Schottelius
|
# 2020-06-13, Nico Schottelius
|
||||||
# See https://ungleich.ch/u/products/viirb-ipv6-box/
|
# See https://ungleich.ch/u/products/viirb-ipv6-box/
|
||||||
|
|
||||||
if [ $# -ne 2 ]; then
|
if [ $# -lt 2 ]; then
|
||||||
echo "$0 viirb-ip-address viirb-id [wgprivkey]"
|
echo "$0 viirb-ip-address viirb-id [wgprivkey]"
|
||||||
echo " viirb-ip-address: where to find the viirb"
|
echo " viirb-ip-address: where to find the viirb"
|
||||||
echo " viirb-id: number in decimal format"
|
echo " viirb-id: number in decimal format"
|
||||||
|
|
Loading…
Reference in a new issue