mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix shim in bottle
This commit is contained in:
parent
fc9bc5d47f
commit
b0070b090f
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
d=$(dirname "$0")
|
d=$(dirname "$0")
|
||||||
etc="$d/../etc/gnupg"
|
etc="$d/../etc/gnupg"
|
||||||
|
|
||||||
|
export GNUPGHOME=${GNUPGHOME:-"$etc"}
|
||||||
|
|
||||||
if [ ! -f "$etc/gpg.conf" ]; then
|
if [ ! -f "$etc/gpg.conf" ]; then
|
||||||
mkdir -p "$etc"
|
mkdir -p "$etc"
|
||||||
chmod 700 "$etc"
|
chmod 700 "$etc"
|
||||||
|
|
Loading…
Reference in a new issue