stats fix

This commit is contained in:
Johannes Findeisen 2020-01-09 19:33:27 +01:00
commit 571f894046

View file

@ -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