jboss-container-images / openjdk

Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK
Apache License 2.0
53 stars 58 forks source link

[OPENJDK-3009] syntax fix for run-java.sh #497

Closed jmtd closed 1 month ago

jmtd commented 1 month ago

The backporting of mask_passwords to UBI8 had a syntax error, we borrowed the closing parenthesis from mask_passwords(), breaking the run-java.sh script.

https://issues.redhat.com/browse/OPENJDK-3009

I think I introduced this when undoing my attempt to remove configure_passwd first time around :(