diff --git a/scripts/netclient-install.sh b/scripts/netclient-install.sh index e9504ece..d6ac9c07 100755 --- a/scripts/netclient-install.sh +++ b/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