Skip to content

Commit

Permalink
[OPENJDK-3009] syntax fix for run-java.sh
Browse files Browse the repository at this point in the history
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

Signed-off-by: Jonathan Dowland <[email protected]>
  • Loading branch information
jmtd committed May 23, 2024
1 parent 285cb98 commit d1d2cd8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ function configure_passwd() {
if [ -w "$HOME/passwd" ]; then
sed "/^jboss/s/[^:]*/$(id -u)/3" /etc/passwd > "$HOME/passwd"
fi
}

# Mask secrets before printing
mask_passwords() {
Expand Down

0 comments on commit d1d2cd8

Please sign in to comment.