Advise user to perform a reload when appropriate (#163)

This commit is contained in:
Thibault "bui" Koechlin 2020-07-30 12:15:15 +02:00 committed by GitHub
parent b19046939c
commit f8abb01bbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 3 deletions

View file

@ -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