From 38f883dab05fdf86dde342521ece275dcb7f1282 Mon Sep 17 00:00:00 2001 From: Heuzef Date: Wed, 25 Sep 2019 17:08:35 +0200 Subject: [PATCH] last_full_path --- backuppc_check.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backuppc_check.pl b/backuppc_check.pl index 1b6cd34..6a374c4 100644 --- a/backuppc_check.pl +++ b/backuppc_check.pl @@ -118,7 +118,8 @@ print("Random file : "); print("Random file"); print("\n"); -print("Path to chech : /var/lib/BackupPC/pc/$host/$last_full_num/"); +my $last_full_path = "/var/lib/BackupPC/pc/$host/$last_full_num/"; +print("last_full_path : $last_full_path"); print("\n----------------\n");