Browse Source

Fix rm command

main
Luke Murphy 4 years ago
parent
commit
bbec9048cb
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 4
      bin/voicegardens-cron-hourly

4
bin/voicegardens-cron-hourly

@ -1,4 +1,4 @@
#!/bin/sh
find /var/www/doesitsparkjoy.voicegardens.org/ -maxdepth 1 -type f -size 0 | xargs rm
find /var/www/voicegardens.org/ -maxdepth 1 -type f -size 0 | xargs rm
find /var/www/doesitsparkjoy.voicegardens.org/ -maxdepth 1 -type f -size 0 | xargs -I {} rm -v {}
find /var/www/voicegardens.org/ -maxdepth 1 -type f -size 0 | xargs -I {} rm -v {}

Loading…
Cancel
Save