mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-25 00:24:37 +08:00
Update netclient-install.sh
This commit is contained in:
parent
f20b65d506
commit
f3d196205b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue