Skip to content

Commit

Permalink
fixing folder creation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaos committed Aug 23, 2021
1 parent 6f82840 commit d376107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wazuh/config/02-set_config_filebeat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ chmod go-w /etc/filebeat/filebeat.yml
echo "FILEBEAT - Get Filebeat Wazuh module"

>&2 echo "FILEBEAT - Install Wazuh Filebeat Module."
mkdir -p /usr/share/filebeat/module/
curl -s "https://packages.wazuh.com/4.x/filebeat/${WAZUH_FILEBEAT_MODULE}" | tar -xvz -C /usr/share/filebeat/module
mkdir -p /usr/share/filebeat/module/wazuh
chmod 755 -R /usr/share/filebeat/module/wazuh

0 comments on commit d376107

Please sign in to comment.