mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-10 20:05:55 +02:00
Minor improvements to hubtest and appsec component (#2656)
This commit is contained in:
parent
12d9fba4b3
commit
51f70e47e3
13 changed files with 119 additions and 15 deletions
|
@ -414,6 +414,8 @@ install_crowdsec() {
|
|||
mkdir -p "${CROWDSEC_CONFIG_PATH}/postoverflows" || exit
|
||||
mkdir -p "${CROWDSEC_CONFIG_PATH}/collections" || exit
|
||||
mkdir -p "${CROWDSEC_CONFIG_PATH}/patterns" || exit
|
||||
mkdir -p "${CROWDSEC_CONFIG_PATH}/appsec-configs" || exit
|
||||
mkdir -p "${CROWDSEC_CONFIG_PATH}/appsec-rules" || exit
|
||||
mkdir -p "${CROWDSEC_CONSOLE_DIR}" || exit
|
||||
|
||||
#tmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue