소스 검색

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

NET-!784: remove static arg from join cmd
Abhishek K 8 달 전
부모
커밋
54b41e4a64
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/nm-quick.sh

+ 1 - 1
scripts/nm-quick.sh

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