1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 18:38:30 +00:00

typo line 71

This commit is contained in:
fv 2010-08-04 16:45:20 +02:00 committed by Steve Schnepp
parent 8627d99642
commit ccc2480fc2

View file

@ -68,7 +68,7 @@ if ( $ARGV[0] and $ARGV[0] eq "config" )
}
else
{
$rcpt = 0;
$rpct = 0;
}
}
print "$dev.value $pct\n";
@ -79,4 +79,3 @@ if ( $ARGV[0] and $ARGV[0] eq "config" )
}
exit 0;