Skip to content

Commit

Permalink
Merge pull request #3280 from gravitl/NET-1784-script-v1
Browse files Browse the repository at this point in the history
NET-!784: remove static arg from join cmd
  • Loading branch information
abhishek9686 authored Jan 1, 2025
2 parents 2b48db8 + 42a958e commit 54b41e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nm-quick.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54b41e4

Please sign in to comment.