Fix a syntax error in smeserver-fail2ban

tags/0.0.1
Daniel Berteaud 12 years ago
parent f2cfad3448
commit 8b8e59de61
  1. 2
      root/sbin/e-smith/smeserver-fail2ban

@ -63,7 +63,7 @@ sub generate_uniq_id(){
} }
my $f2b = $c->get('fail2ban') || my $f2b = $c->get('fail2ban') ||
die "fail2ban service not found in the configuration database\n" die "fail2ban service not found in the configuration database\n";
# default is to ban a host # default is to ban a host
$opts{unban} = '0'; $opts{unban} = '0';

Loading…
Cancel
Save