Explorar el Código

Merge pull request #456 from MikePadge/patch-1

Update netclient-install.sh
Alex hace 4 años
padre
commit
b6acf2083e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      scripts/netclient-install.sh

+ 2 - 2
scripts/netclient-install.sh

@@ -167,9 +167,9 @@ if [ "${OS}" = "FreeBSD" ]; then
 fi
 
 if [ -z "${NAME}" ]; then
-sudo ./netclient join -t $KEY $EXTRA_ARGS
+  ./netclient join -t $KEY $EXTRA_ARGS
 else
-sudo ./netclient join -t $KEY --name $NAME $EXTRA_ARGS
+  ./netclient join -t $KEY --name $NAME $EXTRA_ARGS
 fi
 
 rm -f netclient