Merge pull request #3280 from gravitl/NET-1784-script-v1

NET-!784: remove static arg from join cmd
This commit is contained in:
Abhishek K 2025-01-01 15:45:38 +04:00 committed by GitHub
commit 54b41e4a64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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