This commit is contained in:
Patrick Schleizer 2024-07-26 08:49:14 -04:00
parent d144f68d1a
commit 0e661bc688
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -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}'