X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=postinstall;h=51374475210f6e9fd9614bcb16ea3151863db672;hb=daddfae725714b8b61d7b21d83378bc239926b37;hp=a75356c892358b14c8ba9f33f4f08f7e2611fee2;hpb=95d09f00e291436f52fb26fd2d5b8a704e7b5780;p=shibboleth%2Fsp.git diff --git a/postinstall b/postinstall index a75356c..5137447 100644 --- a/postinstall +++ b/postinstall @@ -12,6 +12,7 @@ CONFIGFILES=" \ metadataError.html \ sslError.html \ bindingTemplate.html \ + discoveryTemplate.html \ localLogout.html \ globalLogout.html \ attribute-map.xml \ @@ -24,4 +25,6 @@ for f in $CONFIGFILES; do fi; done +sh ./keygen.sh -b + exit 0