[cpp-sp] 02/09: SSPCPP-725 - keygen.sh does not chgrp properly

Scott Cantor cantor.2 at osu.edu
Mon Nov 13 11:46:26 EST 2017


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

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

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

commit 545115527433df18d2cd5a0dd6aba53afa9b0392
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