From: rb7147 Date: Mon, 11 Sep 2017 19:02:42 +0000 (-0400) Subject: Resolved Elastic Search Installation Issue X-Git-Tag: v1.1.0~30 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F35%2F11735%2F1;p=policy%2Fdocker.git Resolved Elastic Search Installation Issue Fixed the docker installation script. Issue-Id : POLICY-147 Change-Id: I39a183439054e96da7d4227d285f067f5577889e Signed-off-by: rb7147 --- diff --git a/policy-pe/docker-install.sh b/policy-pe/docker-install.sh index edce4221..e8b9aaf1 100644 --- a/policy-pe/docker-install.sh +++ b/policy-pe/docker-install.sh @@ -458,7 +458,7 @@ function install_elk() { source "${HOME}/.profile" fi - ELK_TARGET_INSTALL_DIR=${POLICY_HOME}/elk + ELK_TARGET_INSTALL_DIR="${POLICY_HOME}"/elk if [[ -d ${ELK_TARGET_INSTALL_DIR} ]]; then echo "WARNING: ${ELK_TARGET_INSTALL_DIR} exists."