From ec6a1fbdcd7c66a6718471fca7a3cde81e7d6412 Mon Sep 17 00:00:00 2001 From: Heuzef Date: Fri, 20 Sep 2019 15:52:46 +0200 Subject: [PATCH] Remove old comment --- Check.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/Check.pm b/Check.pm index 49d7984..ca18ae6 100644 --- a/Check.pm +++ b/Check.pm @@ -15,9 +15,6 @@ # #======================================================================== -# Get the last full backup ID : -# cat /var/lib/BackupPC/pc/localhost/backups | grep "full" | tail -1 | cut -f1 -d$'\t' - package BackupPC::CGI::Check; use strict;