Unverified Commit 11a9f1d1 authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #1274 from jlduran/add-account-key-permissions

Set the account key file permissions
parents 6d6b2efd 123e8f21
...@@ -1281,6 +1281,7 @@ _create_account_key() { ...@@ -1281,6 +1281,7 @@ _create_account_key() {
else else
#generate account key #generate account key
_createkey "$length" "$ACCOUNT_KEY_PATH" _createkey "$length" "$ACCOUNT_KEY_PATH"
chmod 600 "$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