[shibboleth-sp2] 14/82: SSPCPP-725 - keygen.sh does not chgrp properly

Etienne Dysli Metref edm-guest at moszumanska.debian.org
Thu Nov 16 08:16:20 UTC 2017


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

edm-guest pushed a commit to branch master
in repository shibboleth-sp2.

commit 1fea764cca9965c5180e237200142daaa2dc9e5f
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git



More information about the Pkg-shibboleth-devel mailing list