https://bugs.koozali.org/show_bug.cgi?id=11621

--- Comment #12 from John Crisp <[email protected]> ---
dt-dovecot-indexfiles-delete

Deleting Dovecot's index files

/usr/bin/find: warning: you have specified the -maxdepth option after a
non-option argument -type, but options are not positional (-maxdepth affects
tests specified before it as well as those specified after it). Please specify
options before other arguments.

Patch like this:

-USERS=`/usr/bin/find /home/e-smith/files/users -type d -maxdepth 1` # users
+# Find users - also finds /home/e-smith/files/users
+USERS=`/usr/bin/find /home/e-smith/files/users -maxdepth 1 -type d`

And done.

* Fri Nov 12 2021 John Crisp <[email protected]> 0.1.0-5.sme
- fix dt-dovecot-indexfiles-delete maxdepth [SME: 11621]

/usr/bin/plague-client build smeserver-dirty-tools
smeserver-dirty-tools-0_1_0-5_el7_sme contribs10
Package smeserver-dirty-tools enqueued.  Job ID: 3440.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to