fix shim in bottle

This commit is contained in:
Jacob Heider 2023-11-11 22:01:18 -05:00
parent fc9bc5d47f
commit b0070b090f
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB

View file

@ -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"