natools path was bad

This commit is contained in:
qo-op 2021-04-05 17:59:54 +02:00
parent a35c910395
commit ed8312a1ac
1 changed files with 1 additions and 1 deletions

View File

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