From f573795110f74db407558036699bb124900e5ccd Mon Sep 17 00:00:00 2001 From: root Date: Fri, 5 Jun 2015 13:25:19 +0100 Subject: add support for HP ilo remote consoles --- inf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inf.pl') diff --git a/inf.pl b/inf.pl index 5bf289b..4861240 100755 --- a/inf.pl +++ b/inf.pl @@ -85,7 +85,7 @@ sub thing($$$$) { $i = $wait if ( ( defined $looks ) and ( not( $s =~ /Pending/ ) ) - and ( $s =~ /$looks/ ) ); + and ( $s =~ /$looks/i ) ); print "Outlet is $s\n"; $i++; } until ( ( $i > $wait ) -- cgit v1.2.3