Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xu Wang
git-crypt-unlock-all
Commits
766ad1f7
Commit
766ad1f7
authored
Apr 18, 2016
by
Xueshan Feng
Browse files
Keyfile should be a file name in any place.
parent
12d2a2f6
Changes
1
Show whitespace changes
Inline
Side-by-side
git-crypt-unlock-all.sh
View file @
766ad1f7
...
...
@@ -39,7 +39,7 @@ then
verify_gpg_passphrase
[
$foundkey
-ne
0
]
&&
abort
"Unable to decrypt."
else
keyfile
=
"
.git-crypt/keys/
$1
"
keyfile
=
"
$1
"
[
!
-f
$keyfile
]
&&
abort
"unable to read
$keyfile
."
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment