소스 검색

Merge pull request #456 from MikePadge/patch-1

Update netclient-install.sh
Alex 4 년 전
부모
커밋
b6acf2083e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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