From a87cc9a0e7c39da59fa529b2dac0e6e649e2d82b Mon Sep 17 00:00:00 2001 From: salles Date: Wed, 14 Jun 2006 19:36:39 +0200 Subject: [PATCH] ON prcise que le rpertoire de base n'est pas considrer darcs-hash:20060614173639-72cb0-ffed07efb8303c46fc0da981b86ef79534a5c03b.gz --- munin/wiki_pages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`