Update flatpak-evolution-wrapper.sh.in - kill gpg-agent it started

Thus the `bwrap evolution` can stop.

Related to https://gitlab.gnome.org/GNOME/evolution/issues/564
This commit is contained in:
Milan Crha 2019-08-05 13:06:04 +02:00
parent 260259b146
commit 139076b8f0

View File

@ -28,4 +28,6 @@ else
fi fi
/app/bin/evolution.bin "$@" /app/bin/evolution.bin "$@"
pkill -TERM gpg-agent
fi fi