Unverified Commit 123e8f21 authored by Jose Luis Duran's avatar Jose Luis Duran
Browse files

Set the account key file permissions

parent 6d6b2efd
......@@ -1281,6 +1281,7 @@ _create_account_key() {
else
#generate account key
_createkey "$length" "$ACCOUNT_KEY_PATH"
chmod 600 "$ACCOUNT_KEY_PATH"
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