From 6b0342e24b3f3826b4b6864b9ac6d7e195ba947a Mon Sep 17 00:00:00 2001 From: abuabraham-ttd Date: Mon, 24 Feb 2025 07:58:17 -0800 Subject: [PATCH] remove cat --- scripts/aws/entrypoint.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/aws/entrypoint.sh b/scripts/aws/entrypoint.sh index 7a19df36f..4d67a14fa 100755 --- a/scripts/aws/entrypoint.sh +++ b/scripts/aws/entrypoint.sh @@ -93,8 +93,6 @@ cd /app # -- start operator echo "Starting Java application..." -cat "${OPERATOR_CONFIG}" - java \ -XX:MaxRAMPercentage=95 -XX:-UseCompressedOops -XX:+PrintFlagsFinal \ -Djava.security.egd=file:/dev/./urandom \