Move hardcoded paths out of the script files.
This commit is contained in:
parent
2a03a615d0
commit
f42a40df9a
3 changed files with 14 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue