From 8e42f30b19f8175854eb66614d4b02aa1a590e01 Mon Sep 17 00:00:00 2001 From: Alberto R Date: Fri, 4 Mar 2022 17:56:20 +0100 Subject: [PATCH] Minor fix --- wazuh-indexer/config/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wazuh-indexer/config/config.sh b/wazuh-indexer/config/config.sh index 0b53cc41..9a4fc27b 100644 --- a/wazuh-indexer/config/config.sh +++ b/wazuh-indexer/config/config.sh @@ -24,7 +24,7 @@ rm -rf ${INSTALLATION_DIR}/ curl -o ${INDEXER_FILE} https://packages-dev.wazuh.com/stack/indexer/base/${BASE_FILE} tar -xf ${INDEXER_FILE} -# copy to target +# Copy to target mkdir -p ${TARGET_DIR}${INSTALLATION_DIR} mkdir -p ${TARGET_DIR}${CONFIG_DIR} mkdir -p ${TARGET_DIR}${LIB_DIR}