remove references to vulcanizedb repo and some other minor changes/additions

This commit is contained in:
Ian Norden
2020-08-05 11:02:39 -05:00
parent b9fbd2da53
commit 1137436ac0
10 changed files with 16 additions and 124 deletions
+2 -2
View File
@@ -11,9 +11,9 @@ fi
db=$1
dir=$(basename "$(pwd)")
if [ $dir != "vulcanizedb" ]
if [ $dir != "ipfs-blockchain-watcher" ]
then
echo "Run me from the vulcanizedb root dir"
echo "Run me from the ipfs-blockchain-watcher root dir"
exit 1
fi