crowdsec-nginx-bouncer: fix: check for unzip dependency
This commit is contained in:
parent
a18b0ecbdf
commit
9e897366ec
@ -59,6 +59,7 @@ gen_apikey() {
|
||||
check_nginx_dependency() {
|
||||
DEPENDENCY=(
|
||||
"gettext-base"
|
||||
"unzip"
|
||||
)
|
||||
for dep in ${DEPENDENCY[@]};
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user