[java-identity-provider] branch main updated: IDP-1762 Failure attempting plugin upgrade
Rod Widdowson
rdw at steadingsoftware.com
Wed Mar 3 13:59:21 UTC 2021
This is an automated email from the git hooks/post-receive script.
rdw 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=6e560132008c7b86f211d00e33bf0a39ac293656
The following commit(s) were added to refs/heads/main by this push:
new 6e5601320 IDP-1762 Failure attempting plugin upgrade
6e5601320 is described below
commit 6e560132008c7b86f211d00e33bf0a39ac293656
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Mar 3 13:57:28 2021 +0000
IDP-1762 Failure attempting plugin upgrade
https://issues.shibboleth.net/jira/browse/IDP-1762
Make the 'NO_PLUGIN_WEBBAPP' available to child scripts.
---
idp-distribution/src/main/resources/bin/plugin.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/idp-distribution/src/main/resources/bin/plugin.sh b/idp-distribution/src/main/resources/bin/plugin.sh
index 24abb99f9..bed28d8d8 100644
--- a/idp-distribution/src/main/resources/bin/plugin.sh
+++ b/idp-distribution/src/main/resources/bin/plugin.sh
@@ -1,8 +1,10 @@
#!/usr/bin/env bash
declare LOCATION
+declare NO_PLUGIN_WEBAPP
LOCATION=$(dirname $0)
NO_PLUGIN_WEBAPP="TRUE"
+export NO_PLUGIN_WEBAPP
$LOCATION/runclass.sh net.shibboleth.idp.installer.plugin.impl.PluginInstallerCLI --home "$LOCATION/.." "$@"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list