suricata: fix conf_files pattern
This commit is contained in:
parent
5163cc5e35
commit
d742c6275d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ checksum="0e0b0cf49016804bb2fb1fc4327341617e76a67902f4e03e0ef6d16c1d7d3994
|
|||
4f9f657f04b41d34e30c8995dc0897a604d6148130b972cca055f1954740d4c4"
|
||||
|
||||
system_accounts="$pkgname"
|
||||
conf_files="/etc/$pkgname/* /etc/$pkgname/rules/*"
|
||||
conf_files="/etc/$pkgname/*.* /etc/$pkgname/rules/*"
|
||||
|
||||
post_build() {
|
||||
sed -i 's|#run-as:|run-as:|g' $pkgname.yaml
|
||||
|
|
Loading…
Reference in a new issue