Skip to content

Commit

Permalink
Merge pull request #497 from jmtd/OPENJDK-3009-fix-run-java-syntax
Browse files Browse the repository at this point in the history
[OPENJDK-3009] syntax fix for run-java.sh
  • Loading branch information
jmtd authored May 27, 2024
2 parents 285cb98 + d1d2cd8 commit 86ff826
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 86ff826

Please sign in to comment.