diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-05-12 18:32:29 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-05-12 18:32:29 +0200 |
commit | f202238c50aefa8935e883ca143dd2236f7c744d (patch) | |
tree | 89ed354489fac41e0aafdbd3f8c186872bc4f3ad /bin/icli | |
parent | 08da44369e0b6fa281bbe41afa4ba9f95718c041 (diff) |
do not require --recheck when --force-recheck is used
Diffstat (limited to 'bin/icli')
-rwxr-xr-x | bin/icli | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) { |