diff --git a/munin/wiki_pages b/munin/wiki_pages index 316e670e..19584d84 100755 --- a/munin/wiki_pages +++ b/munin/wiki_pages @@ -12,4 +12,4 @@ if [ "$1" = "config" ]; then exit 0 fi -echo "total.value" `find /var/local/wiki/data/pages/ -name current -maxdepth 2 | wc -l` +echo "total.value" `find /var/local/wiki/data/pages/ -name current -mindepth 2 -maxdepth 2 | wc -l`