From 618169bffb14b513a23e8e89116aaf63720897cf Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez Date: Wed, 15 Apr 2020 19:04:47 +0200 Subject: [PATCH] Remove obsolete data_dirs.env --- README.md | 1 - wazuh/config/data_dirs.env | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 wazuh/config/data_dirs.env 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