Fix for a diferent directories for Proyect Receipts, so that Receipts is for DECAs Distributed Database

This commit is contained in:
David E. Perez Negron Rocha 2020-06-12 00:26:29 -05:00
parent 50a77fdeb0
commit e70994e89d
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
/node_modules /node_modules
/orbitdb /orbitdb
/receipts /receipts
/proyectsReceipts
package-lock.json package-lock.json
.env .env

View File

@ -21,7 +21,7 @@ case "$choice" in
*) echo "no option selected";; *) echo "no option selected";;
esac esac
receiptsRoute=./receipts receiptsRoute=./proyectsReceipts
echo "" echo ""
echo "IPFS GET(Download) DECA's Carbon Credits Receipts?:" echo "IPFS GET(Download) DECA's Carbon Credits Receipts?:"
@ -40,3 +40,4 @@ case "$choice" in
esac esac
echo "Bye ;) $USERNAME" echo "Bye ;) $USERNAME"