diff options
Diffstat (limited to 'bin')
-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 ) { |