From 7d244eb5117540b6d263663bbde8b7ba663adac6 Mon Sep 17 00:00:00 2001 From: WhatTheMike Date: Mon, 6 Dec 2021 17:49:54 -0500 Subject: [PATCH] Added a quick patch for the save directory not working. --- bash/scrapeMoonrank.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/bash/scrapeMoonrank.sh b/bash/scrapeMoonrank.sh index b9724e8..067ebfa 100755 --- a/bash/scrapeMoonrank.sh +++ b/bash/scrapeMoonrank.sh @@ -172,11 +172,6 @@ done json="${json}}" -echo "$json" > ${directory}/${collection}-rarity.json +#echo "$json" > ${directory}/${collection}-rarity.json +echo "$json" > ~/${collection}-rarity.json echo -e "\nThe .json file for the ${name} NFT collection has been saved to ${directory}/${collection}-rarity.json\n" - - - - - -