]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Removed unnecessary slash from command for deeply nested listdirs
authorBen Schmidt <none@none>
Mon, 11 Oct 2010 22:14:35 +0000 (09:14 +1100)
committerBen Schmidt <none@none>
Mon, 11 Oct 2010 22:14:35 +0000 (09:14 +1100)
README

diff --git a/README b/README
index 32448ba552038a714200168763a3f2d1f4d38ef9..9baaf348af9c5b675d7d870e1a81acf0a634badb 100644 (file)
--- a/README
+++ b/README
@@ -105,7 +105,7 @@ To use mlmmj, do the following:
 
     If you have lists more deeply nested below /var/spool/mlmmj, use
     something like:
-    find /var/spool/mlmmj/ -mindepth 1 -maxdepth 1 -type d \
+    find /var/spool/mlmmj -mindepth 1 -maxdepth 1 -type d \
         -exec /usr/bin/mlmmj-maintd -F -d {} \;
 
 That's it! You probably want to go through the next steps too.