This commit is contained in:
Patrick Schleizer 2024-07-26 08:26:16 -04:00
parent 2b40ea75e9
commit f2c9c2f5d1
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -89,7 +89,7 @@ output_stat(){
readarray -t arr <<< "${stat_output_newlined}"
if test "${#arr[@]}" = 0; then
log error "Line is empty. Stat output: '${stat_output}', line: '${line}'" >&2
log error "Array is empty. Stat output: '${stat_output}', line: '${line}'" >&2
return 1
fi