mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-10 20:05:55 +02:00
Advise user to perform a reload when appropriate (#163)
This commit is contained in:
parent
b19046939c
commit
f8abb01bbc
5 changed files with 16 additions and 3 deletions
|
@ -78,7 +78,6 @@ copy_files() {
|
|||
cp "./cmd/crowdsec/crowdsec" "$BASE"
|
||||
cp "./cmd/crowdsec-cli/cscli" "$BASE"
|
||||
cp -r "./config/patterns" "$CONFIG_DIR"
|
||||
cp -r "./data/" "$BASE"
|
||||
cp -r "./plugins/" "$BASE"
|
||||
}
|
||||
|
||||
|
@ -116,4 +115,4 @@ usage() {
|
|||
|
||||
|
||||
|
||||
main
|
||||
main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue