From ed8312a1acff1e043416834bee396029de8180ee Mon Sep 17 00:00:00 2001 From: qo-op Date: Mon, 5 Apr 2021 17:59:54 +0200 Subject: [PATCH] natools path was bad --- zen/tools/autoPINfriends.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zen/tools/autoPINfriends.sh b/zen/tools/autoPINfriends.sh index 046cf9c..64fd2f3 100755 --- a/zen/tools/autoPINfriends.sh +++ b/zen/tools/autoPINfriends.sh @@ -22,7 +22,7 @@ do source=$(echo "$astrofile" | cut -d '/' -f 9 ) echo "PINNING ASKED BY $source" ## VERIFY CONTRACT... TODO - $MY_PATH/tools/natools.py decrypt -f pubsec -k "$HOME/.zen/secret.dunikey" -i "$astrofile" -o "/tmp/ipfslink.txt" + $MY_PATH/natools.py decrypt -f pubsec -k "$HOME/.zen/secret.dunikey" -i "$astrofile" -o "/tmp/ipfslink.txt" astrofile=$(cat /tmp/ipfslink.txt) # PINNING NEW FILE echo "SHOULD I PIN ~/.zen/PIN/${astrofile} ??"