Commit 2cfeda213ed81ef0dfcabc3d4c019397c87a8da3

Authored by George Vlahavas
1 parent ea416f01b2

Remove mkdir commands

These are created by docker when the volumes are mounted anyway. Bracket
expansion does not work in the DEV server either.

Showing 1 changed file with 0 additions and 4 deletions

create_volumes.sh View file @ 2cfeda2
1 1 #!/bin/env bash
2 2  
3   -mkdir -p data/{timescaledb,suricata,pcap,mosquitto,grafana-storage}
4   -mkdir -p data/suricata/log
5   -mkdir -p data/mosquitto/{data,log}
6   -
7 3 # Extract initial index. This allows us to use a predefined kibana dashboard
8 4 tar xzf elk_base.tar.gz -C ./data
9 5