Skip to content

Commit 86ff826

Browse files
authored
Merge pull request #497 from jmtd/OPENJDK-3009-fix-run-java-syntax
[OPENJDK-3009] syntax fix for run-java.sh
2 parents 285cb98 + d1d2cd8 commit 86ff826

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)