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} ??"