Skip to content

Commit

Permalink
Change relative path to absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Aug 23, 2024
1 parent 3feb43f commit 758e572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging_scripts/assemble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ function install_plugins() {
pwd
ls -lR ../../plugins
# Working directory at this point is: wazuh-indexer/artifacts/tmp/{rpm|deb|tar}
plugin_path="../../plugins/${plugin_name}-${indexer_plugin_version}.zip"
plugin_path="$(pwd)/../../plugins/${plugin_name}-${indexer_plugin_version}.zip"
fi

OPENSEARCH_PATH_CONF=$PATH_CONF "${PATH_BIN}/opensearch-plugin" install --batch --verbose "file:${plugin_path}"
Expand Down

0 comments on commit 758e572

Please sign in to comment.