From: Chris Koeritz Date: Sat, 2 Jun 2012 23:50:04 +0000 (-0400) Subject: updated with missing include. X-Git-Tag: 2.140.90~1326 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=05e0929d0abc2355d3b45bc5ce03ae6693887f1a updated with missing include. --- diff --git a/examples/custom_overrides/fred/gpg-daemon-launcher.sh b/examples/custom_overrides/fred/gpg-daemon-launcher.sh index c7585285..89054055 100644 --- a/examples/custom_overrides/fred/gpg-daemon-launcher.sh +++ b/examples/custom_overrides/fred/gpg-daemon-launcher.sh @@ -11,6 +11,8 @@ # starts up the gpg-agent, but only if it's not already running. +source "$FEISTY_MEOW_SCRIPTS/core/functions.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