summaryrefslogtreecommitdiffstats
path: root/inf.pl
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2015-06-05 13:25:19 +0100
committerroot <root@lamia.panaceas.james.local>2015-06-05 13:25:19 +0100
commitf573795110f74db407558036699bb124900e5ccd (patch)
treec35a463e698d30f5e716d369c6502d4075e67532 /inf.pl
parent9859c681f2ead3daa03154d93363a3337da10887 (diff)
downloadinf-f573795110f74db407558036699bb124900e5ccd.tar.gz
inf-f573795110f74db407558036699bb124900e5ccd.tar.bz2
inf-f573795110f74db407558036699bb124900e5ccd.zip
add support for HP ilo remote consoles
Diffstat (limited to 'inf.pl')
-rwxr-xr-xinf.pl2
1 files changed, 1 insertions, 1 deletions
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 )