Add specificity to cron date and times
This commit is contained in:
parent
84ef8aa9fc
commit
f336032e2d
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Spitting out todays date and time ..."
|
||||
echo "Spitting out todays date and time for the archive deletion cron ..."
|
||||
date
|
||||
|
||||
echo "Deleting doesitsparkjoy.voicegardens.org archive ..."
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Spitting out todays date and time ..."
|
||||
echo "Spitting out todays date and time for the fixed archive copying cron ..."
|
||||
date
|
||||
|
||||
echo "Copying over the doesitsparkjoy.voicegardens.org fixed archive ..."
|
||||
|
@ -1,4 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Spitting out todays date and time for the 0 filesize cron ..."
|
||||
date
|
||||
|
||||
find /var/www/doesitsparkjoy.voicegardens.org/ -maxdepth 1 -type f -size 0 | xargs -I {} rm -v {} | tee -a /var/log/voicegardens.org.log
|
||||
find /var/www/voicegardens.org/ -maxdepth 1 -type f -size 0 | xargs -I {} rm -v {} | tee -a /var/log/voicegardens.org.log
|
||||
|
Loading…
Reference in New Issue
Block a user