diff --git a/README.md b/README.md index fc63d818..e28fe2fc 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,6 @@ Documentation on how to provide these two can be found at [nginx_conf/README.md] ├── VERSION └── wazuh ├── config - │   ├── data_dirs.env │   ├── etc │   │   ├── cont-init.d │   │   │   ├── 0-wazuh-init diff --git a/wazuh/config/data_dirs.env b/wazuh/config/data_dirs.env deleted file mode 100644 index b91f4cc7..00000000 --- a/wazuh/config/data_dirs.env +++ /dev/null @@ -1,15 +0,0 @@ -i=0 -DATA_DIRS[((i++))]="api/configuration" -DATA_DIRS[((i++))]="etc" -DATA_DIRS[((i++))]="logs" -DATA_DIRS[((i++))]="queue/db" -DATA_DIRS[((i++))]="queue/rootcheck" -DATA_DIRS[((i++))]="queue/agent-groups" -DATA_DIRS[((i++))]="queue/agent-info" -DATA_DIRS[((i++))]="queue/agents-timestamp" -DATA_DIRS[((i++))]="queue/agentless" -DATA_DIRS[((i++))]="queue/cluster" -DATA_DIRS[((i++))]="queue/rids" -DATA_DIRS[((i++))]="queue/fts" -DATA_DIRS[((i++))]="var/multigroups" -export DATA_DIRS