"vscode:/vscode.git/clone" did not exist on "9c065c417d5cd7a1b35310d8c7760eeb119be1c0"
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