better tmpdir

This commit is contained in:
AJ ONeal 2018-07-26 22:08:15 +00:00
parent 92ec7ad5b6
commit 972d510f59
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ NO_FAIL2BAN="nope"
OS="unsupported"
ARCH=""
SETUP_FILE=""
my_tmp=$(mktemp -d)
my_tmp="$(mktemp -d -t node-installer.XXXXXXXX)"
export my_tmp
clear