diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-16 01:08:28 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-16 01:08:56 -0500 |
commit | b55981fb8aa689aede58ed7ab4d8692c52b5c472 (patch) | |
tree | 9f7ebb266dad6657b9c2ab455398258d33fbb8a6 /src/monkeysphere-host | |
parent | 3a421784e75e8e720290b3cb3eef8a83746b0855 (diff) |
make sure MHTMPDIR is defined and created
Diffstat (limited to 'src/monkeysphere-host')
-rwxr-xr-x | src/monkeysphere-host | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/monkeysphere-host b/src/monkeysphere-host index 32d843b..d6e4c68 100755 --- a/src/monkeysphere-host +++ b/src/monkeysphere-host @@ -32,6 +32,10 @@ MHSHAREDIR="${SYSSHAREDIR}/mh" # datadir for host functions MHDATADIR="${SYSDATADIR}/host" +# temp directory for temp gnupghome directories for add_revoker +MHTMPDIR="${MHDATADIR}/tmp" +export MHTMPDIR + # host pub key files HOST_KEY_PUB="${SYSDATADIR}/ssh_host_rsa_key.pub" HOST_KEY_PUB_GPG="${SYSDATADIR}/ssh_host_rsa_key.pub.gpg" |