From 60d775c75813387d14aad671b165e4aad076cf10 Mon Sep 17 00:00:00 2001 From: salles Date: Tue, 25 Sep 2007 08:09:33 +0200 Subject: [PATCH] On respecte la syntaxe de find pour viter des remontes d'erreurs mal gres par munin darcs-hash:20070925060933-72cb0-3fff0b48f046a27a5cb4e2beb1248b2b59153d04.gz --- munin/wiki_pages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`