From 0e661bc688c7222840c9d83fb3ccab6549b3ac11 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Fri, 26 Jul 2024 08:49:14 -0400 Subject: [PATCH] output --- usr/bin/permission-hardener | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/permission-hardener b/usr/bin/permission-hardener index 72f404f..bdc5233 100755 --- a/usr/bin/permission-hardener +++ b/usr/bin/permission-hardener @@ -91,7 +91,7 @@ output_stat(){ readarray -t arr <<< "${stat_output_newlined}" if test "${#arr[@]}" = 0; then - log error "Array is empty. + log error "Array length is 0. File name: '${file_name}' Stat output: '${stat_output}' stat_output_newlined: '${stat_output_newlined}'