stats fix
This commit is contained in:
parent
57bd26aa74
commit
571f894046
1 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ generate_index() {
|
|||
generate_index > "$output"/index.html
|
||||
#fi
|
||||
|
||||
for type in hours days months top10 summary hsummary vsummary; do
|
||||
for type in hours days months summary hsummary vsummary; do
|
||||
vnstati --${type} -i $nic -o $output/${type}.png
|
||||
done
|
||||
|
||||
vnstati --top 10 -i $nic -o $output/top10.png
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue