Merge pull request #456 from MikePadge/patch-1

Update netclient-install.sh
This commit is contained in:
Alex 2021-11-16 14:21:34 -05:00 committed by GitHub
commit b6acf2083e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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