From 2948cb7c8f956bfe41c1960852fafa1b2db46a90 Mon Sep 17 00:00:00 2001
From: Heuzef
Date: Mon, 7 Oct 2019 11:07:34 +0200
Subject: [PATCH] Remove backslash
---
Check.pm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/Check.pm b/Check.pm
index 6ba574d..18dbdc2 100644
--- a/Check.pm
+++ b/Check.pm
@@ -235,20 +235,20 @@ EOF
# Show header
$header = <This check was generated at \$now.
+${h1(qq{BackupPC: Check})}
+ This check was generated at $now.
- File system pool size usage (\$DUmaxTime) :
+ File system pool size usage ($DUmaxTime) :
-
\$Info{DUDailyMax}%
+
$Info{DUDailyMax}%
- File system inode size usage (\$DUInodemaxTime) :
+ File system inode size usage ($DUInodemaxTime) :
-
\$Info{DUInodeDailyMax}%
+
$Info{DUInodeDailyMax}%
- \${h2("Backups summary")}
+ ${h2("Backups summary")}
EOF