diff --git a/zen/tools/autoPINfriends.sh b/zen/tools/autoPINfriends.sh index 8bd86f6..b65f1dc 100755 --- a/zen/tools/autoPINfriends.sh +++ b/zen/tools/autoPINfriends.sh @@ -27,7 +27,7 @@ do # decrypt $astrofile mediakey=$(echo "$astrofile" | cut -d '/' -f 8 ) keytype=$(echo "$mediakey" | cut -d '_' -f 1 ) - mediaid=$(echo "$mediakey" | cut -d '_' -f 2 ) + mediaid=$(echo "$mediakey" | cut -d '_' -f 2- ) g1source=$(echo "$astrofile" | cut -d '/' -f 9 ) ipfsnodesource=$(~/.zen/astrXbian/zen/tools/g1_to_ipfs.py $g1source)