Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Commit

Permalink
Fix app url
Browse files Browse the repository at this point in the history
  • Loading branch information
manuasir committed Oct 27, 2020
1 parent 3925e17 commit 06b6691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production/elastic/wazuh_cf_kibana.sh
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ echo "Setcap executed" >> /tmp/deploy.log
get_plugin_url(){
if [[ ${InstallType} == 'packages' ]]
then
plugin_url="https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana-${wazuh_major}.${wazuh_minor}.${wazuh_patch}_${elastic_major_version}.${elastic_minor_version}.${elastic_patch_version}.zip"
plugin_url="https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana-${wazuh_major}.${wazuh_minor}.${wazuh_patch}_${elastic_major_version}.${elastic_minor_version}.${elastic_patch_version}-1.zip"
elif [[ ${InstallType} == 'sources' ]]
then
BRANCH="$wazuh_major.$wazuh_minor-$elastic_major_version.$elastic_minor_version"
Expand Down

0 comments on commit 06b6691

Please sign in to comment.