[java-identity-provider] branch main updated: Set idp.home override in scripts.

Scott Cantor cantor.2 at osu.edu
Thu Sep 3 22:37:11 UTC 2020


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=ad2ebccf25dacf66f855e998a3d935fe17f2479e

The following commit(s) were added to refs/heads/main by this push:
       new  ad2ebccf2 Set idp.home override in scripts.
ad2ebccf2 is described below

commit ad2ebccf25dacf66f855e998a3d935fe17f2479e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 3 18:37:02 2020 -0400

    Set idp.home override in scripts.
---
 idp-distribution/src/main/resources/bin/module.bat | 2 +-
 idp-distribution/src/main/resources/bin/module.sh  | 2 +-
 idp-distribution/src/main/resources/bin/plugin.bat | 2 +-
 idp-distribution/src/main/resources/bin/plugin.sh  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/idp-distribution/src/main/resources/bin/module.bat b/idp-distribution/src/main/resources/bin/module.bat
index 09f01112a..0c49f1137 100644
--- a/idp-distribution/src/main/resources/bin/module.bat
+++ b/idp-distribution/src/main/resources/bin/module.bat
@@ -1,4 +1,4 @@
 @echo off
 setlocal
 
-"%~dp0\runclass.bat" net.shibboleth.idp.module.impl.ModuleManagerCLI %*
+"%~dp0\runclass.bat" net.shibboleth.idp.module.impl.ModuleManagerCLI --home "%~dp0\.." %*
diff --git a/idp-distribution/src/main/resources/bin/module.sh b/idp-distribution/src/main/resources/bin/module.sh
index 2cea54b15..2cfe66657 100644
--- a/idp-distribution/src/main/resources/bin/module.sh
+++ b/idp-distribution/src/main/resources/bin/module.sh
@@ -4,4 +4,4 @@ declare LOCATION
 
 LOCATION=$(dirname $0)
 
-$LOCATION/runclass.sh net.shibboleth.idp.module.impl.ModuleManagerCLI "$@"
+$LOCATION/runclass.sh net.shibboleth.idp.module.impl.ModuleManagerCLI --home "$LOCATION/.." "$@"
diff --git a/idp-distribution/src/main/resources/bin/plugin.bat b/idp-distribution/src/main/resources/bin/plugin.bat
index 3cfd34200..de299dde3 100644
--- a/idp-distribution/src/main/resources/bin/plugin.bat
+++ b/idp-distribution/src/main/resources/bin/plugin.bat
@@ -1,4 +1,4 @@
 @echo off
 setlocal
 
-"%~dp0\runclass.bat" net.shibboleth.idp.installer.plugin.PluginInstallerCLI "%~dp0\..\conf\admin\plugin-installer.xml" %*
+"%~dp0\runclass.bat" net.shibboleth.idp.installer.plugin.PluginInstallerCLI --home "%~dp0\.." "%~dp0\..\conf\admin\plugin-installer.xml" %*
diff --git a/idp-distribution/src/main/resources/bin/plugin.sh b/idp-distribution/src/main/resources/bin/plugin.sh
index 4753c4068..5eeb562c2 100644
--- a/idp-distribution/src/main/resources/bin/plugin.sh
+++ b/idp-distribution/src/main/resources/bin/plugin.sh
@@ -4,4 +4,4 @@ declare LOCATION
 
 LOCATION=$(dirname $0)
 
-$LOCATION/runclass.sh net.shibboleth.idp.installer.plugin.PluginInstallerCLI $LOCATION/../conf/admin/plugin-installer.xml "$@"
+$LOCATION/runclass.sh net.shibboleth.idp.installer.plugin.PluginInstallerCLI --home "$LOCATION/.." $LOCATION/../conf/admin/plugin-installer.xml "$@"

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


More information about the commits mailing list