mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-23 06:35:42 +00:00
fix in for section
This commit is contained in:
parent
d0e9c55276
commit
7c8a6a846f
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ dir_mailman='/var/lib/mailman/qfiles'
|
||||||
result="archive bounces commands in news out retry"
|
result="archive bounces commands in news out retry"
|
||||||
j=0
|
j=0
|
||||||
|
|
||||||
for i in seq $result
|
for i in $result
|
||||||
do
|
do
|
||||||
array[$j]=`find "$dir_mailman/$i" -type f | wc -l`
|
array[$j]=`find "$dir_mailman/$i" -type f | wc -l`
|
||||||
j=`expr $j + 1`
|
j=`expr $j + 1`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue