[java-identity-provider] branch main updated: Fix resource path mistakes.

Scott Cantor cantor.2 at osu.edu
Tue May 16 15:13:28 UTC 2023


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

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=d82f5a188a15811f21266afcc0cb762c56aff0ee

The following commit(s) were added to refs/heads/main by this push:
     new d82f5a188 Fix resource path mistakes.
d82f5a188 is described below

commit d82f5a188a15811f21266afcc0cb762c56aff0ee
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue May 16 11:13:24 2023 -0400

    Fix resource path mistakes.
---
 .../resources/net/shibboleth/idp/module/core/impl/module.properties | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/core/impl/module.properties b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/core/impl/module.properties
index 15934a97f..0c37a894e 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/core/impl/module.properties
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/core/impl/module.properties
@@ -73,16 +73,16 @@ idp.CommandLine.16.src = /net/shibboleth/idp/module/bin/reload-metadata.sh
 idp.CommandLine.16.dest = bin/reload-metadata.sh
 idp.CommandLine.16.exec = true
 idp.CommandLine.16.windows = false
-idp.CommandLine.17.src = /net/shibboleth/idp/module/bin/reload-service.bat
+idp.CommandLine.17.src = /net/shibboleth/idp/module/bin/reload-metadata.bat
 idp.CommandLine.17.dest = bin/reload-metadata.bat
 idp.CommandLine.17.nonwindows = false
 
 idp.CommandLine.18.src = /net/shibboleth/idp/module/bin/reload-service.sh
-idp.CommandLine.18.dest = bin/reload-metadata.sh
+idp.CommandLine.18.dest = bin/reload-service.sh
 idp.CommandLine.18.exec = true
 idp.CommandLine.18.windows = false
 idp.CommandLine.19.src = /net/shibboleth/idp/module/bin/reload-service.bat
-idp.CommandLine.19.dest = bin/reload-metadata.bat
+idp.CommandLine.19.dest = bin/reload-service.bat
 idp.CommandLine.19.nonwindows = false
 
 idp.CommandLine.20.src = /net/shibboleth/idp/module/bin/runclass.sh

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


More information about the commits mailing list