[java-identity-provider] 02/03: IDP-1664 - Support Module service API: Fix plugin installer
Rod Widdowson
rdw at steadingsoftware.com
Mon Sep 7 10:35:28 UTC 2020
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=ed3a92fc89b2a2b3d6e79ed42ccb873f4ce42636
commit ed3a92fc89b2a2b3d6e79ed42ccb873f4ce42636
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Sep 7 11:09:22 2020 +0100
IDP-1664 - Support Module service API: Fix plugin installer
https://issues.shibboleth.net/jira/browse/IDP-1664
Remove redundant check.
---
.../java/net/shibboleth/idp/installer/plugin/PluginInstallerCLI.java | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/PluginInstallerCLI.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/PluginInstallerCLI.java
index dec89b170..256bb2c74 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/PluginInstallerCLI.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/PluginInstallerCLI.java
@@ -343,9 +343,7 @@ public final class PluginInstallerCLI extends AbstractIdPHomeAwareCommandLine<Pl
*/
public static int runMain(@Nonnull final String[] args) {
final PluginInstallerCLI cli = new PluginInstallerCLI();
- if (System.getProperty("idp.home") == null) {
- return RC_INIT;
- }
+
return cli.run(args);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list