Set to /tmp if isn't set
This commit is contained in:
parent
a2ea161f23
commit
c569225fea
2 changed files with 5 additions and 2 deletions
|
@ -108,7 +108,7 @@ fi
|
|||
|
||||
source ${config_file}
|
||||
|
||||
TMPDIR=${TMP_PATH}/catalyst-auto.${PID}
|
||||
TMPDIR=${TMP_PATH:-/tmp}/catalyst-auto.${PID}
|
||||
DATESTAMP=$(date +%Y%m%d)
|
||||
|
||||
if [ ${verbose} = 1 ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue