[cpp-sp] branch master updated: SSPCPP-725 - keygen.sh does not chgrp properly

Scott Cantor cantor.2 at osu.edu
Thu Jan 26 21:14:51 EST 2017


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=1fea764cca9965c5180e237200142daaa2dc9e5f

The following commit(s) were added to refs/heads/master by this push:
       new  1fea764   SSPCPP-725 - keygen.sh does not chgrp properly
1fea764 is described below

commit 1fea764cca9965c5180e237200142daaa2dc9e5f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 26 21:14:47 2017 -0500

    SSPCPP-725 - keygen.sh does not chgrp properly
    
    https://issues.shibboleth.net/jira/browse/SSPCPP-725
---
 configs/keygen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/keygen.sh b/configs/keygen.sh
index 33b6037..b5378fd 100755
--- a/configs/keygen.sh
+++ b/configs/keygen.sh
@@ -86,6 +86,6 @@ if  [ -s $OUT/${PREFIX}-key.pem -a -n "$USER" ] ; then
     chown $USER $OUT/${PREFIX}-key.pem $OUT/${PREFIX}-cert.pem
 fi
 
-if  [ -s $OUT/${PREFIX}key.pem -a -n "$GROUP" ] ; then
+if  [ -s $OUT/${PREFIX}-key.pem -a -n "$GROUP" ] ; then
     chgrp $GROUP $OUT/${PREFIX}-key.pem $OUT/${PREFIX}-cert.pem
 fi

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list