From 978ce4b7554c1a8cd7391f7488e398ee60ac2e86 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Fri, 22 Mar 2024 16:11:30 -0400 Subject: [PATCH] remove troubleshooting echo --- src/main/docker/include/entrypoint.bash | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/docker/include/entrypoint.bash b/src/main/docker/include/entrypoint.bash index 1b0b46a32..13384bec3 100755 --- a/src/main/docker/include/entrypoint.bash +++ b/src/main/docker/include/entrypoint.bash @@ -30,7 +30,6 @@ function createJmxCredentials() { } function importTrustStores() { - echo "Running as id:$(id -u) group:$(id -g)" if [ -z "$CONF_DIR" ]; then CONF_DIR="/opt/cryostat.d" fi