From f202238c50aefa8935e883ca143dd2236f7c744d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 12 May 2014 18:32:29 +0200 Subject: do not require --recheck when --force-recheck is used --- bin/icli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/icli b/bin/icli index 3d7af82..b25aa79 100755 --- a/bin/icli +++ b/bin/icli @@ -1017,7 +1017,7 @@ elsif ( $list_type eq 'd' ) { display_downtime($downtime); } } -elsif ( $recheck or $acknowledge ) { +elsif ( $recheck or $force_recheck or $acknowledge ) { foreach my $host (@list_hosts) { if ( not @list_services and not @filters ) { -- cgit v1.2.3