[java-idp-plugin-jetty] branch main updated: Remove stray linefeed.

Codeberg noreply at shibboleth.net
Thu Dec 4 19:28:20 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/3f180b6d518893866d6ce236da74740f9e514bb1

The following commit(s) were added to refs/heads/main by this push:
     new 3f180b6  Remove stray linefeed.
3f180b6 is described below

commit 3f180b6d518893866d6ce236da74740f9e514bb1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Dec 4 14:28:04 2025 -0500

    Remove stray linefeed.
---
 .../src/main/resources/net/shibboleth/idp/module/jetty/runjetty.sh      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 0c2e372..81d673f 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
@@ -115,7 +115,7 @@ status() {
     read line < /tmp/jetty_process_count.txt
     if [ $line -gt 0 ]; then
         echo -n "Jetty ( pid "
-        echo `getpid`
+        echo -n `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