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