Move hardcoded paths out of the script files.

This commit is contained in:
Jorge Manuel B. S. Vicetto (jmbsvicetto) 2012-10-13 04:06:36 +00:00
parent 2a03a615d0
commit f42a40df9a
3 changed files with 14 additions and 26 deletions

View file

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