fixed temporary gpg home permissions
This commit is contained in:
parent
223a32b129
commit
4f45f0aa89
1 changed files with 1 additions and 0 deletions
1
gpgtool
1
gpgtool
|
@ -80,6 +80,7 @@ init () {
|
|||
# Create temporary working directory:
|
||||
local tempdir=$(mktemp -d --tmpdir)
|
||||
mkdir ${tempdir}/gpghome
|
||||
chmod 700 ${tempdir}/gpghome
|
||||
|
||||
# Save state:
|
||||
cat > ${tempdir}/env << EOF
|
||||
|
|
Loading…
Reference in a new issue