Commit f89d991d authored by neil's avatar neil
Browse files

minor

parent bce55f42
...@@ -89,7 +89,7 @@ createAccountKey() { ...@@ -89,7 +89,7 @@ createAccountKey() {
return return
else else
#generate account key #generate account key
openssl genrsa $length > "$ACCOUNT_KEY_PATH" openssl genrsa $length 2>/dev/null > "$ACCOUNT_KEY_PATH"
fi fi
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment