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>