Commit 97be5374 authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #352 from Neilpang/dev

minor
parents 2d0a8ddb 0d2c2673
......@@ -2073,7 +2073,7 @@ registeraccount() {
}
__calcAccountKeyHash() {
cat "$ACCOUNT_KEY_PATH" | _digest sha256
[ -f "$ACCOUNT_KEY_PATH" ] && cat "$ACCOUNT_KEY_PATH" | _digest sha256
}
_regAccount() {
......
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