From 52898ef50c3e30cc2c85ec7ef202bb21eb4ed578 Mon Sep 17 00:00:00 2001 From: Olivier Mehani Date: Mon, 18 Jan 2021 16:08:46 +1100 Subject: [PATCH] [file_length_] List full file path in info Signed-off-by: Olivier Mehani --- plugins/system/file_length_ | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/system/file_length_ b/plugins/system/file_length_ index 90810d55..35309ade 100755 --- a/plugins/system/file_length_ +++ b/plugins/system/file_length_ @@ -76,6 +76,7 @@ fi BF=$(basename "${F}") echo "${MF}.label ${BF}" echo "${MF}.type ${TYPE}" + echo "${MF}.info ${F}" echo "${MF}.min 0" done