Create catalyst temp dirs, including logs, under /release path instead of using system /tmp.
This commit is contained in:
parent
c241685217
commit
104107c2b0
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ fi
|
||||||
|
|
||||||
source ${config_file}
|
source ${config_file}
|
||||||
|
|
||||||
TMPDIR=/tmp/catalyst-auto.${PID}
|
TMPDIR=/release/tmp/catalyst-auto.${PID}
|
||||||
DATESTAMP=$(date +%Y%m%d)
|
DATESTAMP=$(date +%Y%m%d)
|
||||||
|
|
||||||
if [ ${verbose} = 1 ]; then
|
if [ ${verbose} = 1 ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue