Skip to content

Commit d1d2cd8

Browse files
committed
[OPENJDK-3009] syntax fix for run-java.sh
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]>
1 parent 285cb98 commit d1d2cd8

File tree

1 file changed

+1
-0
lines changed
  • modules/run/artifacts/opt/jboss/container/java/run

1 file changed

+1
-0
lines changed

modules/run/artifacts/opt/jboss/container/java/run/run-java.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ function configure_passwd() {
225225
if [ -w "$HOME/passwd" ]; then
226226
sed "/^jboss/s/[^:]*/$(id -u)/3" /etc/passwd > "$HOME/passwd"
227227
fi
228+
}
228229

229230
# Mask secrets before printing
230231
mask_passwords() {

0 commit comments

Comments
 (0)