Update netclient-install.sh

This commit is contained in:
Alex 2021-03-30 07:58:11 -04:00 committed by GitHub
parent f20b65d506
commit f3d196205b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ 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_VALUE" ] && KEY=nokey;
[ -z "$KEY" ] && KEY=nokey;