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