Create catalyst temp dirs, including logs, under /release path instead of using system /tmp.

This commit is contained in:
Jorge Manuel B. S. Vicetto (jmbsvicetto) 2012-10-11 06:08:14 +00:00
parent c241685217
commit 104107c2b0

View file

@ -108,7 +108,7 @@ fi
source ${config_file}
TMPDIR=/tmp/catalyst-auto.${PID}
TMPDIR=/release/tmp/catalyst-auto.${PID}
DATESTAMP=$(date +%Y%m%d)
if [ ${verbose} = 1 ]; then