summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--policy-pe/docker-install.sh2
1 files changed, 1 insertions, 1 deletions
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."