[viirb] + pubkey + args

This commit is contained in:
Nico Schottelius 2020-08-01 13:46:00 +02:00
parent 389e6417f1
commit d68242713a
2 changed files with 2 additions and 1 deletions

View File

@ -136,6 +136,7 @@ EOF
# ensure viirb network is up and running - bridge takes a bit of time
# ensure viirb gives out ipv6 address
# Found: 30s is not enough for full reconfiguration
echo "Public VPN key: ${id} ${public_key}"
sleep 60
# change to ipv6

View File

@ -1,6 +1,6 @@
#!/bin/sh
if [ $# -ne 2 ]; then
if [ $# -ne 1 ]; then
echo "$0 viirb-id"
echo " viirb-id: number in decimal format"
exit 1