X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fcreate_tempdir.sh;h=aca92ae7882a70fa11c6861b69e4da3212319837;hb=102061cab065f647954f3e935f11f433e2f088d4;hp=76a6f08dc43821458bbaff17474d62ef1901ca3c;hpb=a52911ba510e29f287cd32156065fa210179813c;p=feisty_meow.git diff --git a/scripts/core/create_tempdir.sh b/scripts/core/create_tempdir.sh index 76a6f08d..aca92ae7 100644 --- a/scripts/core/create_tempdir.sh +++ b/scripts/core/create_tempdir.sh @@ -7,13 +7,13 @@ if [ ! -z "$SHELL_DEBUG" ]; then echo creating temporary directory...; fi -source "$FEISTY_MEOW_SCRIPTS/core/functions.sh" - if [ -z "$TMP" ]; then # main declaration of the transients area. export TMP=$HOME/.tmp fi +source "$FEISTY_MEOW_SCRIPTS/core/functions.sh" + LOG_FILE=$TMP/zz_transients.log # log file for this script.