[shibboleth-sp2] 02/19: SSPCPP-725 - keygen.sh does not chgrp properly
Ferenc Wágner
wferi at moszumanska.debian.org
Wed Nov 15 22:56:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
wferi pushed a commit to branch maint-2.6
in repository shibboleth-sp2.
commit 545115527433df18d2cd5a0dd6aba53afa9b0392
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