Browse Source

Update netclient-install.sh

Alex 4 years ago
parent
commit
234b8d2f3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netclient-install.sh

+ 1 - 1
netclient-install.sh

@@ -5,5 +5,5 @@ set -e
 
 wget -O netclient https://github.com/gravitl/netmaker/releases/download/latest/netclient netclient
 chmod +x netclient
-sudo ./netclient -c install -s $SERVER_URL -g $NET_NAME -k $KEY
+sudo ./netclient -c install -t $KEY
 rm -f netclient