[java-idp-plugin-jetty] branch main updated: Apply some fixes after Linux testing.
Codeberg
noreply at shibboleth.net
Thu Dec 4 19:26:23 UTC 2025
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-plugin-jetty.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-jetty/commit/3776d98f262f62bda29cdcf84718f934e4f0fb3b
The following commit(s) were added to refs/heads/main by this push:
new 3776d98 Apply some fixes after Linux testing.
3776d98 is described below
commit 3776d98f262f62bda29cdcf84718f934e4f0fb3b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Dec 4 14:26:11 2025 -0500
Apply some fixes after Linux testing.
---
.../src/main/resources/net/shibboleth/idp/module/jetty/runjetty.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/runjetty.sh b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/runjetty.sh
index eb5d0db..0c2e372 100644
--- a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/runjetty.sh
+++ b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/runjetty.sh
@@ -80,7 +80,7 @@ failure() {
}
getpid() {
- ps ax -w -w | grep "$JETTY_HOME" | grep "\-\-exec" | awk '{printf $1 " "}'
+ ps ax -w -w | grep "$JETTY_HOME" | grep "\--exec" | awk '{printf $1 " "}'
}
run() {
@@ -115,7 +115,7 @@ status() {
read line < /tmp/jetty_process_count.txt
if [ $line -gt 0 ]; then
echo -n "Jetty ( pid "
- ps ax -w -w | grep "$JETTY_HOME" | grep "\-\-exec" | awk '{printf $1 " "}'
+ echo `getpid`
echo -n ") is running..."
echo
else
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list