2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-12 17:30:19 +00:00

Change the output message slightly

This commit is contained in:
Victor Hu
2017-12-19 15:22:11 -05:00
parent 69819509ff
commit e65c6e4fad

View File

@ -3709,9 +3709,9 @@ sub rvitals_response {
push (@sorted_output, $content_info);
# Fans
if ($f0 =~ "Off" and $f1 =~ "Off" and $f2 eq "Off" and $f3 eq "Off") {
$content_info = "Front Fan : No lights active";
$content_info = "Front Fans: No LEDs On";
} else {
$content_info = "Front Fan : Fan0:$f0 Fan1:$f1 Fan2:$f2 Fan3:$f3";
$content_info = "Front Fans: fan0:$f0 fan1:$f1 fan2:$f2 fan3:$f3";
}
push (@sorted_output, $content_info);
}