[viirb] + pubkey + args
This commit is contained in:
parent
389e6417f1
commit
d68242713a
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue