From 72e4eaa7f6588f16ec4ce1af02f504731e380d64 Mon Sep 17 00:00:00 2001 From: Enrico Olivelli Date: Wed, 28 Oct 2020 11:51:06 +0100 Subject: [PATCH] Fix Docker entrypoints --- docker/scripts/entrypoint.sh | 1 - docker/scripts/healthcheck.sh | 2 -- 2 files changed, 3 deletions(-) diff --git a/docker/scripts/entrypoint.sh b/docker/scripts/entrypoint.sh index 86911170edd..657eb6b918e 100755 --- a/docker/scripts/entrypoint.sh +++ b/docker/scripts/entrypoint.sh @@ -21,7 +21,6 @@ # */ export PATH=$PATH:/opt/bookkeeper/bin -export JAVA_HOME=/usr/lib/jvm/jre-1.8.0 BK_HOME=/opt/bookkeeper BINDIR=${BK_HOME}/bin diff --git a/docker/scripts/healthcheck.sh b/docker/scripts/healthcheck.sh index 943be2669c7..2fa30a1de3c 100755 --- a/docker/scripts/healthcheck.sh +++ b/docker/scripts/healthcheck.sh @@ -24,8 +24,6 @@ set -x -e -u -export JAVA_HOME=/usr/lib/jvm/jre-1.8.0 - # Sanity check that creates a ledger, writes a few entries, reads them and deletes the ledger. DEFAULT_HEALTH_CHECK_CMD="/opt/bookkeeper/bin/bookkeeper shell bookiesanity"