From 91a0a7b765e43e9f838266b2daf8c9e228e87a3c Mon Sep 17 00:00:00 2001 From: Heuzef Date: Wed, 25 Sep 2019 17:06:11 +0200 Subject: [PATCH] fix path --- backuppc_check.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backuppc_check.pl b/backuppc_check.pl index 6d61385..1b6cd34 100644 --- a/backuppc_check.pl +++ b/backuppc_check.pl @@ -118,7 +118,7 @@ print("Random file : "); print("Random file"); print("\n"); -print("Path to chech : /var/lib/BackupPC/pc/localhost/$host/$last_full_num/"); +print("Path to chech : /var/lib/BackupPC/pc/$host/$last_full_num/"); print("\n----------------\n");