From fcea005489c37f84003959c9b29bacb584e3a42f Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 18 Mar 2024 03:24:59 +0200 Subject: Removed trailing slash --- bin/ak-fs-add | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/ak-fs-add b/bin/ak-fs-add index e579212..37fe43b 100755 --- a/bin/ak-fs-add +++ b/bin/ak-fs-add @@ -34,17 +34,17 @@ else fi # The directory where the chunked data will be living at -CHKDIR="$AK_WORKDIR/ftr/" +CHKDIR="$AK_WORKDIR/ftr" # The directory for the map files so we can reconstruct the file -FILEMAPSDIR="$AK_WORKDIR/fmp/" +FILEMAPSDIR="$AK_WORKDIR/fmp" # Merkle tree file/references -MERKLEDIR="$AK_WORKDIR/fmrk/" +MERKLEDIR="$AK_WORKDIR/fmrk" # A temporary root dir to work on TEMPORARYDIR="$(ak-tempassin)" # A subdir to split the files there -TECHDIR="$TEMPORARYDIR/chks/" +TECHDIR="$TEMPORARYDIR/chks" # A pin point to return from where we came from -CURRENTDIR="$(pwd)/" +CURRENTDIR="$(pwd)" # Our snippet for logging debug info source $AK_LIBDIR/_ak_logit -- cgit v1.2.3