Sfoglia il codice sorgente

Update netclient-install.sh

Alex 4 anni fa
parent
commit
34af0b3676
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  1. 0 4
      netclient-install.sh

+ 0 - 4
netclient-install.sh

@@ -1,12 +1,8 @@
 #!/bin/sh
 set -e
 
-[ -z "$SERVER_URL" ] && echo "Need to set SERVER_URL" && exit 1;
-[ -z "$NET_NAME" ] && echo "Need to set NET_NAME" && exit 1;
 [ -z "$KEY" ] && KEY=nokey;
 
-
-
 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