mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-08 22:24:17 +08:00
Merge pull request #3280 from gravitl/NET-1784-script-v1
NET-!784: remove static arg from join cmd
This commit is contained in:
commit
54b41e4a64
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ setup_netclient() {
|
|||
./netclient install
|
||||
echo "Register token: $TOKEN"
|
||||
sleep 2
|
||||
netclient join -t $TOKEN --static-port -p 443
|
||||
netclient join -t $TOKEN
|
||||
|
||||
echo "waiting for netclient to become available"
|
||||
local found=false
|
||||
|
|
Loading…
Add table
Reference in a new issue