Set to /tmp if isn't set

This commit is contained in:
Raúl Porcel 2013-01-02 11:03:19 +00:00
parent a2ea161f23
commit c569225fea
2 changed files with 5 additions and 2 deletions

View file

@ -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