Skip to content

Commit

Permalink
chore: fix a typo issue in entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
PenghaiZhang committed Jan 12, 2024
1 parent 1cb373a commit cd9f07b
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
@@ -1,7 +1,7 @@
#! /bin/bash

STANDARD_JVM_ARGS=$(grep "JAVA_OPTS" manager/equellaserver-config.sh | awk -F '"' '{print $2}')
JVM_ARGS="$TANDARD_JVM_ARGS $JVM_ARGS"
JVM_ARGS="$STANDARD_JVM_ARGS $JVM_ARGS"
echo $JVM_ARGS

java $JVM_ARGS -cp learningedge-config:server/equella-server.jar com.tle.core.equella.runner.EQUELLAServer
Expand Down

0 comments on commit cd9f07b

Please sign in to comment.