summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/seckey2sshagent3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/seckey2sshagent b/src/seckey2sshagent
index deab489..8f3d54d 100755
--- a/src/seckey2sshagent
+++ b/src/seckey2sshagent
@@ -17,7 +17,7 @@
cleanup() {
echo -n "removing temp gpg home... " 1>&2
- rm -rf $FOO
+ rm -rf "$TMPPRIVATE"
echo "done." 1>&2
}
@@ -44,7 +44,6 @@ if you're really sure. Answer yes, because this is only relevant to
the temporary keyring. Then, do:
save
- exit
At this point, your key will be added to your running ssh-agent with
the alias 'monkeysphere-key' and seckey2sshagent should terminate.