diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-16 01:07:04 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-16 01:07:04 -0500 |
commit | 3a421784e75e8e720290b3cb3eef8a83746b0855 (patch) | |
tree | 657a3edd03e6cc03397ccc64cbae3818dace6551 /src/monkeysphere-authentication | |
parent | ea4d25a641c19dc66c6066f46070065e22d46d91 (diff) |
fix a bad reference to MATMPDIR
Diffstat (limited to 'src/monkeysphere-authentication')
-rwxr-xr-x | src/monkeysphere-authentication | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monkeysphere-authentication b/src/monkeysphere-authentication index 18057e5..2d6079f 100755 --- a/src/monkeysphere-authentication +++ b/src/monkeysphere-authentication @@ -31,7 +31,7 @@ MADATADIR="${SYSDATADIR}/authentication" # temp directory to enable atomic moves of authorized_keys files MATMPDIR="${MADATADIR}/tmp" -export MSTMPDIR +export MATMPDIR # UTC date in ISO 8601 format if needed DATE=$(date -u '+%FT%T') |