Luke Murphy
5 years ago
3 changed files with 6 additions and 9 deletions
@ -0,0 +1,4 @@ |
|||||
|
#!/bin/sh |
||||
|
|
||||
|
/var/www/doesitsparkjoy.voicegardens.org/bin/clear-archives | tee -a /var/log/voicegardens.org.log |
||||
|
/var/www/doesitsparkjoy.voicegardens.org/bin/copy-fixed-archive | tee -a /var/log/voicegardens.org.log |
@ -1,7 +0,0 @@ |
|||||
SHELL=/bin/bash |
|
||||
|
|
||||
# every morning at 09:00, clear the archives |
|
||||
0 9 * * * /var/www/doesitsparkjoy.voicegardens.org/bin/clear-archives | tee -a /var/log/voicegardens.org.log |
|
||||
|
|
||||
# every morning at 09:01, copy over the fixed archive |
|
||||
1 9 * * * /var/www/doesitsparkjoy.voicegardens.org/bin/copy-fixed-archive | tee -a /var/log/voicegardens.org.log |
|
Loading…
Reference in new issue