diff --git a/scripts/aws/entrypoint.sh b/scripts/aws/entrypoint.sh index 68d20af7b..c4095c395 100644 --- a/scripts/aws/entrypoint.sh +++ b/scripts/aws/entrypoint.sh @@ -126,6 +126,6 @@ java \ -Djava.security.egd=file:/dev/./urandom \ -Djava.library.path=/app/lib \ -Dvertx-config-path="${FINAL_CONFIG}" \ - $SETUP_LOKI_LINE \ + ${SETUP_LOKI_LINE} \ -Dhttp_proxy=socks5://127.0.0.1:3305 \ -jar /app/"${JAR_NAME}"-"${JAR_VERSION}".jar