From 01cc36c669bda84aee39f6526b0792a9ec524cec Mon Sep 17 00:00:00 2001 From: Heuzef Date: Wed, 25 Sep 2019 17:05:47 +0200 Subject: [PATCH] Add full path --- backuppc_check.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backuppc_check.pl b/backuppc_check.pl index 1744696..6d61385 100644 --- a/backuppc_check.pl +++ b/backuppc_check.pl @@ -112,11 +112,13 @@ else { print("Normal"); } print("\n"); -print("Random file :"); +print("Random file : "); # Random file print("Random file"); +print("\n"); +print("Path to chech : /var/lib/BackupPC/pc/localhost/$host/$last_full_num/"); print("\n----------------\n");