Browse Source

Add hourly cron

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

4
bin/voicegardens-cron-hourly

@ -0,0 +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
Loading…
Cancel
Save