From 7c926bc002b6352593b4bcef41b67c3a2ad0f9ed Mon Sep 17 00:00:00 2001 From: Alexandre GIRARD Date: Mon, 15 Jul 2024 10:39:06 +0200 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 1f99e0b..3a46091 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -14,7 +14,7 @@ if [[ -z "${SONAR_HOST_URL}" ]]; then fi if [[ -n "${SONAR_ROOT_CERT}" ]]; then - #echo "Adding custom root certificate to java certificate store" + echo "Adding custom root certificate to java certificate store" #rm -f /tmp/tmpcert.pem #echo "${SONAR_ROOT_CERT}" > /tmp/tmpcert.pem #keytool -keystore /etc/ssl/certs/java/cacerts -storepass changeit -noprompt -trustcacerts -importcert -alias sonarqube -file /tmp/tmpcert.pem