Parent Directory
|
Revision Log
don't use gpg agent
1 | boklm | 442 | #!/bin/sh |
2 | |||
3 | . ./config | ||
4 | |||
5 | ./unsplit-passphrase | ||
6 | |||
7 | mkdir -p "$GPGHOMEDIR" | ||
8 | chmod 700 "$GPGHOMEDIR" | ||
9 | |||
10 | boklm | 443 | gpg --decrypt --no-use-agent --passphrase-file "$passphrase" "$seckey_e" > "$seckey" |
11 | boklm | 442 | rm -f "$passphrase" |
12 | gpg --homedir "$GPGHOMEDIR" --import "$seckey" | ||
13 | rm -f "$seckey" | ||
14 |
Name | Value |
---|---|
svn:executable | * |
ViewVC Help | |
Powered by ViewVC 1.1.30 |