From 9606644a0beb4f2883e1e0f4c6c81b42ab40b3a1 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 3 Apr 2023 00:24:49 +0300 Subject: Renaming to prefix convention, introduced ipfs wrappers so it can be easier to maintain, changes in filesplitter and filejoiner as they move sm submodule namespace... like there are namespaces in bash or something --- bin/ak-folders | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin/ak-folders') diff --git a/bin/ak-folders b/bin/ak-folders index 234592a..df88ca1 100755 --- a/bin/ak-folders +++ b/bin/ak-folders @@ -1,6 +1,6 @@ #!/bin/bash # The following creates a mixtape data message -# We can extend it by calling the pack_z_block.sh mixtape/add data +# We can extend it by calling the ak-pack_z_block.sh mixtape/add data ZFOLDERSDIR="$AK_WORKDIR/folders" TEMP="/tmp/aktmp" if [ ! -d $ZFOLDERSDIR ]; then @@ -61,7 +61,7 @@ main(){ FOLDER="$TEMPASSIN/$1" ak-logthis "Adding $FOLDER to IPFS..." - FOLDER_IPFS_HASH=$(ipfs add -rQ $FOLDER) + FOLDER_IPFS_HASH=$(ak-ipfs-add $FOLDER) if [ $? == 0 ]; then ak-logthis "done" else @@ -79,7 +79,7 @@ main(){ # fi # # ak-logthis "Adding signature to IPFS" -# SIGNATURE=$(ipfs add -q $TEMPASSIN/$SIGN_FOLDER) +# SIGNATURE=$(ak-ipfs-add $TEMPASSIN/$SIGN_FOLDER) # if [ $? == 0 ]; then # ak-logthis "Added" # else @@ -98,7 +98,7 @@ echo "Printing data..." cat $TEMPASSIN/data echo "Publishing..." - pack_z_block folders/add data + ak-pack_z_block folders/add data if [ $? == 0 ] then echo "cool" -- cgit v1.2.3