[java-idp-plugin-jetty] 05/05: Mark scripts execable, and fix variable name.

Codeberg noreply at shibboleth.net
Mon Dec 15 15:28:33 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/04192c4c25b2a2caa5c51d5a0cfdf6f608ea9f7a

commit 04192c4c25b2a2caa5c51d5a0cfdf6f608ea9f7a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Dec 15 10:28:15 2025 -0500

    Mark scripts execable, and fix variable name.
---
 .../src/main/resources/net/shibboleth/idp/module/jetty/setjettybase.sh  | 2 +-
 .../main/resources/net/shibboleth/idp/module/jetty/setjettyversion.sh   | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/setjettybase.sh b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/setjettybase.sh
old mode 100644
new mode 100755
index 64318ed..edb511c
--- a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/setjettybase.sh
+++ b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/setjettybase.sh
@@ -34,7 +34,7 @@ if [ $# -eq 0 ] ; then
     echo "There are no jetty-base versions available, unable to set version"
     exit 1
   elif [ "${#INSTALLED_BASES[@]}" -eq 1 ] ; then
-    TARGET_BASE_VER=${INSTALLED_BASE[0]}
+    TARGET_BASE_VER=${INSTALLED_BASES[0]}
   elif [ "${#INSTALLED_BASES[@]}" -gt 1 ] ; then
     echo ""
     echo "Which Jetty Base version would you like to activate?"
diff --git a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/setjettyversion.sh b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/setjettyversion.sh
old mode 100644
new mode 100755

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


More information about the commits mailing list