[java-identity-provider] branch main updated: Revert unneeded idp.home addition.
Scott Cantor
cantor.2 at osu.edu
Tue Sep 8 17:18:28 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=613ee9efad6ea436a74daaaca0678d376fa7aa19
The following commit(s) were added to refs/heads/main by this push:
new 613ee9efa Revert unneeded idp.home addition.
613ee9efa is described below
commit 613ee9efad6ea436a74daaaca0678d376fa7aa19
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 8 13:17:01 2020 -0400
Revert unneeded idp.home addition.
---
idp-distribution/src/main/resources/bin/runclass.bat | 2 +-
idp-distribution/src/main/resources/bin/runclass.sh | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/idp-distribution/src/main/resources/bin/runclass.bat b/idp-distribution/src/main/resources/bin/runclass.bat
index efe17d0a2..400b8a044 100644
--- a/idp-distribution/src/main/resources/bin/runclass.bat
+++ b/idp-distribution/src/main/resources/bin/runclass.bat
@@ -26,4 +26,4 @@ set LOCALCLASSPATH=%~dp0lib\*;%~dp0..\edit-webapp\WEB-INF\lib\*;%~dp0..\dist\web
REM Go to it !
-%JAVACMD% -cp "%LOCALCLASSPATH%" -Dnet.shibboleth.idp.cli.baseURL=%IDP_BASE_URL% "-Dnet.shibboleth.idp.cli.idp.home=%~dp0.." %*
+%JAVACMD% -cp "%LOCALCLASSPATH%" -Dnet.shibboleth.idp.cli.baseURL=%IDP_BASE_URL% %*
diff --git a/idp-distribution/src/main/resources/bin/runclass.sh b/idp-distribution/src/main/resources/bin/runclass.sh
index fe4196814..ad3826f52 100755
--- a/idp-distribution/src/main/resources/bin/runclass.sh
+++ b/idp-distribution/src/main/resources/bin/runclass.sh
@@ -4,6 +4,7 @@ declare LOCATION
declare COMMAND
declare JAVACMD
declare LOCALCLASSPATH
+declare LIBDIR
LOCATION=$(dirname $0)
@@ -49,4 +50,4 @@ if [ -n "$JAVA_HOME" ] ; then
fi
fi
-"$JAVACMD" '-classpath' "$LOCALCLASSPATH" -Dnet.shibboleth.idp.cli.baseURL=$IDP_BASE_URL -Dnet.shibboleth.idp.cli.idp.home=$LOCATION/.. "$@"
\ No newline at end of file
+"$JAVACMD" '-classpath' "$LOCALCLASSPATH" -Dnet.shibboleth.idp.cli.baseURL=$IDP_BASE_URL "$@"
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list