From 34c3eba0b22bc97bf3611294a3464c2d1510a007 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 25 Nov 2013 22:11:29 -0200 Subject: Temp folder priority set to "$TMPDIR $TMP /tmpĀ /run/shm" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/keyringer/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/keyringer/functions b/lib/keyringer/functions index 7b96d6f..828cb31 100755 --- a/lib/keyringer/functions +++ b/lib/keyringer/functions @@ -144,7 +144,7 @@ function keyringer_check_tmp { function keyringer_set_tmpfile { local tmp local candidate - local candidates="/tmp /run/shm $TMP" + local candidates="$TMPDIR $TMP /tmp /run/shm" if [ -z "$BASEDIR" ]; then echo "Please set BASEDIR before creating a tmp file" -- cgit v1.2.3