Skip to content

Commit

Permalink
Making assemble.sh look for plugins in the artifacts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
f-galland committed Oct 17, 2024
1 parent 3446738 commit 48dc541
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build-scripts/assemble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -271,11 +271,13 @@ function assemble_tar() {
# Extract
echo "Extract ${ARTIFACT_BUILD_NAME} archive"
tar -zvxf "${ARTIFACT_BUILD_NAME}"
cd ..
cd "$(ls -d wazuh-indexer-*/)"

local version
version=$(cat VERSION)

cd ..

# Install plugins
install_plugins "${version}"
fix_log_rotation ${PATH_CONF}
Expand Down

0 comments on commit 48dc541

Please sign in to comment.