forked from wazuh/wazuh-docker
Remove obsolete data_dirs.env
This commit is contained in:
@@ -59,7 +59,6 @@ Documentation on how to provide these two can be found at [nginx_conf/README.md]
|
|||||||
├── VERSION
|
├── VERSION
|
||||||
└── wazuh
|
└── wazuh
|
||||||
├── config
|
├── config
|
||||||
│ ├── data_dirs.env
|
|
||||||
│ ├── etc
|
│ ├── etc
|
||||||
│ │ ├── cont-init.d
|
│ │ ├── cont-init.d
|
||||||
│ │ │ ├── 0-wazuh-init
|
│ │ │ ├── 0-wazuh-init
|
||||||
|
|||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user