diff --git a/bin/voicegardens-cron-hourly b/bin/voicegardens-cron-hourly index 7d75afb..f58f6c3 100755 --- a/bin/voicegardens-cron-hourly +++ b/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 {}