From 540207567600fa5e956d027abc419f0f97e0ac41 Mon Sep 17 00:00:00 2001 From: Heuzef Date: Thu, 31 Oct 2019 12:27:17 +0100 Subject: [PATCH] ELSIF ! --- Check.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Check.pm b/Check.pm index 66a0015..5cae7ef 100644 --- a/Check.pm +++ b/Check.pm @@ -123,7 +123,7 @@ sub action $sizeConsistencyColor = "Gray"; $sizeConsistency = "Not enough backups"; } - else ( not $toobig and not $toosmall and not $idBackup < 4) { + elsif ( not $toobig and not $toosmall and not $idBackup < 4) { $sizeConsistencyColor = "MediumSeaGreen"; $sizeConsistency = "Normal"; }