canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) |
ChrisCooper (talk | contribs) |
||
| Line 31: | Line 31: | ||
# Delete empty dirs | # Delete empty dirs | ||
@weekly nice -n 19 find /home/ftp/pub/firefox/nightly -depth -empty -type d rmdir '{}' \; | @weekly nice -n 19 find /home/ftp/pub/firefox/nightly -depth -empty -type d -exec rmdir '{}' \; | ||
=== Thunderbird === | === Thunderbird === | ||