X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=examples%2Flegacy%2Fgpg-daemon-launcher.sh;fp=examples%2Flegacy%2Fgpg-daemon-launcher.sh;h=0000000000000000000000000000000000000000;hb=c589a3686d4508c9c5ea7841deb9be251460ddc3;hp=f59c6d1fbc683a253c37e70bf70844407136b282;hpb=4c595ba63a6c5203e104fe83fee43d69d3ff7aef;p=feisty_meow.git diff --git a/examples/legacy/gpg-daemon-launcher.sh b/examples/legacy/gpg-daemon-launcher.sh deleted file mode 100644 index f59c6d1f..00000000 --- a/examples/legacy/gpg-daemon-launcher.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash -############## -# Name : gpg-daemon-launcher -# Author : Chris Koeritz -# Rights : Copyright (C) 2012-$now by Feisty Meow Concerns, Ltd. -############## -# This script is free software; you can modify/redistribute it under the terms -# of the GNU General Public License. [ http://www.gnu.org/licenses/gpl.html ] -# Feel free to send updates to: [ fred@gruntose.com ] -############## - -# starts up the gpg-agent, but only if it's not already running. - -source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" - -if [ -z "$(psa gpg-agent)" ]; then - gpg-agent --daemon --enable-ssh-support --write-env-file "${HOME}/.gpg-agent-info" &>$TMP/zz_gpg-agent-daemon.log -fi - - -