diff --git a/Check.pm b/Check.pm index 7155657..59d46f5 100644 --- a/Check.pm +++ b/Check.pm @@ -72,11 +72,11 @@ sub action $lastAge = ""; } else { $lastAge = sprintf("%.1f", (time - $lastAge) / (24 * 3600)); - } - if ( $lastAge < 1.1 ) { - $lastAgeColor = "MediumSeaGreen"; - } else { - $lastAgeColor = "Tomato"; + if ( $lastAge < 1.1 ) { + $lastAgeColor = "MediumSeaGreen"; + } else { + $lastAgeColor = "Tomato"; + } } if ( $fullAge < 0 ) { $fullAge = "";