aboutsummaryrefslogtreecommitdiff
path: root/lib/_ak_fs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/_ak_fs')
-rwxr-xr-xlib/_ak_fs4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/_ak_fs b/lib/_ak_fs
index ea6abb4..da09f93 100755
--- a/lib/_ak_fs
+++ b/lib/_ak_fs
@@ -65,7 +65,7 @@ _ak_fs_import(){
# Merkle tree file/references
MERKLEDIR="$AK_WORKDIR/fmrk"
# A temporary root dir to work on
- TEMPORARYDIR="$(ak-tempassin)"
+ TEMPORARYDIR="$(_ak_make_temp_directory)"
# A subdir to split the files there
TECHDIR="$TEMPORARYDIR/chks"
# A pin point to return from where we came from
@@ -306,7 +306,7 @@ _ak_fs_cat(){
fmrk="$AK_WORKDIR/fmrk"
ftr="$AK_WORKDIR/ftr"
# Enter temp folder
- TEMPASSIN="$(ak-tempassin)"
+ TEMPASSIN="$(_ak_make_temp_directory)"
cd $TEMPASSIN
currentNode="$treeRootHash"
counter=0