mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-07 16:52:39 -04:00
output
This commit is contained in:
parent
2b40ea75e9
commit
f2c9c2f5d1
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ output_stat(){
|
||||||
readarray -t arr <<< "${stat_output_newlined}"
|
readarray -t arr <<< "${stat_output_newlined}"
|
||||||
|
|
||||||
if test "${#arr[@]}" = 0; then
|
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
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue