From f92369124af42addbeada1702e60a70a8bf8a96f Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 16 Mar 2020 23:43:01 +0100 Subject: [PATCH] some fix --- bin/stats.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/stats.sh b/bin/stats.sh index a5036279..364ca198 100755 --- a/bin/stats.sh +++ b/bin/stats.sh @@ -36,4 +36,3 @@ generate_index() { 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