]> git.evergreen-ils.org Git - working/random.git/commit
removing intermediate link to cronoutput.txt
authorJason Etheridge <jason@esilibrary.com>
Thu, 10 Sep 2015 20:34:10 +0000 (16:34 -0400)
committerJason Etheridge <jason@esilibrary.com>
Thu, 10 Sep 2015 20:34:10 +0000 (16:34 -0400)
commit50e666f999e62def78d6e69e89044d0aee3402a5
treea27bdce0d37e12509c111471be503c3799fa3d64
parent8f95b8e06d26e1642086b7e1f6e453789b342da2
removing intermediate link to cronoutput.txt

for now.  The current CRON entries for ~live on our testing server look like this:

0 4 * * * /home/live/git/random/qa/test.sh > /tmp/cronoutput.txt 2>&1 && mv /tmp/cronoutput.txt /home/live/public_html/
0 16 * * * /home/live/git/random/qa/test.sh > /tmp/cronoutput.txt 2>&1 && mv /tmp/cronoutput.txt /home/live/public_html/

We can do some fancy file footwork later to expose the content for cronoutput.txt while test.sh is running.

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
qa/test.sh