fix: removed mkdir keystore before rln registration run (#45)

This commit is contained in:
NagyZoltanPeter 2024-02-14 16:58:42 +01:00 committed by GitHub
parent b97a8a429d
commit acb515fe46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@ if test -f ./keystore/keystore.json; then
fi
mkdir -p ./keystore
if test -f .env; then
echo "Using .env file"
. $(pwd)/.env