mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-23 04:04:42 +02:00
corrected wrong variable name
This commit is contained in:
parent
8c24b0f418
commit
18d910530c
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@
|
|||
@test "checking fail2ban: fail2ban-jail.cf overrides" {
|
||||
FILTERS=(sshd postfix dovecot postfix-sasl)
|
||||
|
||||
for FILTER in "${arr[@]}"; do
|
||||
for FILTER in "${FILTERS[@]}"; do
|
||||
run docker exec mail_fail2ban /bin/sh -c "fail2ban-client get $FILTER bantime"
|
||||
[ "$output" = 1234 ]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue