From 0da28a5de5876e404009cd8dcd4aa131750bea83 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sat, 5 Aug 2023 08:14:08 +0300 Subject: Makes use of ak-tempassin instead of static temp dir --- bin/ak-sm-merkle-tree | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/ak-sm-merkle-tree b/bin/ak-sm-merkle-tree index 0fe8f7a..4a45c0e 100755 --- a/bin/ak-sm-merkle-tree +++ b/bin/ak-sm-merkle-tree @@ -37,9 +37,9 @@ FILEMAPSDIR="$AK_WORKDIR/fmp/" # Merkle tree file/references MERKLEDIR="$AK_WORKDIR/fmrk/" # A temporary root dir to work on -TEMPORARYDIR="/tmp/tltmp" +TEMPORARYDIR="$(ak-tempassin)" # A subdir to split the files there -TECHDIR="/tmp/tltmp/chks/" +TECHDIR="$TEMPORARYDIR/chks/" # A pin point to return from where we came from CURRENTDIR="$(pwd)/" -- cgit v1.2.3