diff --git a/munin/wiki_pages b/munin/wiki_pages index 492068cc..6544f1d5 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 -mindepth 2 -maxdepth 2 | wc -l` +echo "total.value" `find /var/local/wiki/data/pages/ -mindepth 2 -maxdepth 2 -name "current" | wc -l`