From 2da31a53552d87b81ab134a29d2baf23c1c4859e Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Sat, 26 Mar 2022 15:22:42 -0400 Subject: [PATCH] Debugging mdls_files filter functionality --- hash-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash-files b/hash-files index e13e447..3939cce 100755 --- a/hash-files +++ b/hash-files @@ -40,7 +40,7 @@ mdls_files () { if $(echo $keys_of_interest | grep $mdls_key);then printf "\n============================\nMDLS Key: %s\nMDLS Value: %s\n============================\n\n" $mdls_key $mdls_value else - : + echo "Did not print!" fi done