fix: removed mkdir keystore before rln registration run (#45)
This commit is contained in:
parent
b97a8a429d
commit
acb515fe46
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue