Skip to content

Commit bef862d

Browse files
jhuttanajmtd
authored andcommitted
Address review comments for indentation and removing unwanted comment lines
1 parent b3218d0 commit bef862d

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
# Fail on a single failed command
44
set -eo pipefail
55

6-
#These are defined explicitly here to avoid defining them in templates/jlink/Dockerfile
76
export JBOSS_CONTAINER_UTIL_LOGGING_MODULE="${JBOSS_CONTAINER_UTIL_LOGGING_MODULE-/opt/jboss/container/util/logging}"
87
export JBOSS_CONTAINER_JAVA_RUN_MODULE="${JBOSS_CONTAINER_JAVA_RUN_MODULE-/opt/jboss/container/java/run}"
98

10-
#This is moved here after deleting run-env.sh
119
# Default the application dir to the S2I deployment dir
1210
if [ -z "$JAVA_APP_DIR" ]
13-
then JAVA_APP_DIR=/deployments
11+
then JAVA_APP_DIR=/deployments
1412
fi
1513

1614
source "$JBOSS_CONTAINER_UTIL_LOGGING_MODULE/logging.sh"

0 commit comments

Comments
 (0)