From: Ben Schmidt Date: Mon, 11 Oct 2010 22:14:35 +0000 (+1100) Subject: Removed unnecessary slash from command for deeply nested listdirs X-Git-Tag: RELEASE_1_2_18a1~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dabc5cba4526f59e607210f8181b7329a79d3cb6;p=thirdparty%2Fmlmmj.git Removed unnecessary slash from command for deeply nested listdirs --- diff --git a/README b/README index 32448ba5..9baaf348 100644 --- 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.