[java-idp-jetty-base] 02/02: Fix bug in starting prunmgr

Rod Widdowson rdw at steadingsoftware.com
Sat Mar 29 16:14:08 UTC 2025


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

rdw pushed a commit to branch 12
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=820e7a7717e98ef11c48d343ddb69073afac138c

commit 820e7a7717e98ef11c48d343ddb69073afac138c
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Mar 29 16:13:59 2025 +0000

    Fix bug in starting prunmgr
---
 .../src/main/resources/net/shibboleth/idp/module/jetty/config-jetty.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/config-jetty.bat b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/config-jetty.bat
index fdf985c..4c747f0 100644
--- a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/config-jetty.bat
+++ b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/config-jetty.bat
@@ -29,7 +29,7 @@ if "%1" EQU "UNINSTALL" (
 
 if "%1" EQU "EDIT" (
     @echo on
-    start "%IDP_HOME_WINDOWS%\shibd_idp\prunmgr" //ES/Shibd_idp
+    start /d "%IDP_HOME_WINDOWS%\shibd_idp" prunmgr //ES/Shibd_idp
     exit /b
 )
 

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


More information about the commits mailing list