From f5fd88844133eb8d6593b5b77fa5ad2cc53a42d1 Mon Sep 17 00:00:00 2001 From: Lukas Macura Date: Fri, 8 Apr 2016 23:34:05 +0200 Subject: [PATCH] tmp dir moved --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f1a6be4..bc9123b 100755 --- a/install.sh +++ b/install.sh @@ -299,7 +299,7 @@ zaf_postconfigure() { if [ -f "${ZAF_CFG_FILE}" ]; then . "${ZAF_CFG_FILE}" fi -ZAF_TMP_DIR="/tmp/zaf-installer/" +ZAF_TMP_DIR="/tmp/zaf-installer-tmp/" # If debug is on, do not remove tmp dir if [ "$ZAF_DEBUG" -le 3 ]; then