Browse Source

Update netclient-install.sh

Alex 4 years ago
parent
commit
f3d196205b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netclient-install.sh

+ 1 - 1
netclient-install.sh

@@ -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;