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");