From 05e0929d0abc2355d3b45bc5ce03ae6693887f1a Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 2 Jun 2012 19:50:04 -0400 Subject: [PATCH] updated with missing include. --- examples/custom_overrides/fred/gpg-daemon-launcher.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1