Skip to content

Commit

Permalink
fix: make sure the path to equellaserver-config.sh is correct in entr…
Browse files Browse the repository at this point in the history
…ypoint.sh
  • Loading branch information
PenghaiZhang committed Jan 17, 2024
1 parent 53908d7 commit 0b67047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copy across the JVM arguments we use for standard installations, and then merge in custom ones
# provided in the JVM_ARGS environment variable - exposed in Dockerfile. There is another variable MEM
# in Dockerfile for easily controlling -Xmx on Dev cluster.
STANDARD_JVM_ARGS=$(grep "JAVA_OPTS" equellaserver-config.sh | awk -F '"' '{print $2}')
STANDARD_JVM_ARGS=$(grep "JAVA_OPTS" manager/equellaserver-config.sh | awk -F '"' '{print $2}')
JVM_ARGS="$STANDARD_JVM_ARGS $JVM_ARGS -Xmx${MEM}m"

echo Starting openEQUELLA with following JVM arguments:
Expand Down

0 comments on commit 0b67047

Please sign in to comment.