mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-03 07:06:12 -04:00
output
This commit is contained in:
parent
d144f68d1a
commit
0e661bc688
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,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 "Array is empty.
|
log error "Array length is 0.
|
||||||
File name: '${file_name}'
|
File name: '${file_name}'
|
||||||
Stat output: '${stat_output}'
|
Stat output: '${stat_output}'
|
||||||
stat_output_newlined: '${stat_output_newlined}'
|
stat_output_newlined: '${stat_output_newlined}'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue