diff options
Diffstat (limited to 'bin/ak-sm-merkle-tree')
-rwxr-xr-x | bin/ak-sm-merkle-tree | 4 |
1 files changed, 2 insertions, 2 deletions
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)/" |