From 7fa7f848c9c261bdade8d96b4d8d6b4d21c1e96b Mon Sep 17 00:00:00 2001
From: Leigh B Stoller <stoller@flux.utah.edu>
Date: Wed, 28 Jan 2015 08:38:26 -0700
Subject: [PATCH] Fix to fix. And I had my morning coffee!

---
 account/mkusercert.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/account/mkusercert.in b/account/mkusercert.in
index 5f01755ee4..73314b202f 100755
--- a/account/mkusercert.in
+++ b/account/mkusercert.in
@@ -573,9 +573,9 @@ else {
     CreateNewCert();
 }
 
-#
 # Drop the file into the user .ssl directory.
-#
+my $ssldir = "$USERDIR/$user_uid/.ssl";
+
 $UID = $EUID;
 system("$SSH -host $CONTROL ".
        "'$ACCOUNTPROXY dropfile $user $default_groupgid 0600 $ssldir ".
-- 
GitLab