mirror of
https://github.com/logos-messaging/logos-messaging-nim-compose.git
synced 2026-01-07 00:13:11 +00:00
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
|
fi
|
||||||
|
|
||||||
|
|
||||||
mkdir -p ./keystore
|
|
||||||
|
|
||||||
if test -f .env; then
|
if test -f .env; then
|
||||||
echo "Using .env file"
|
echo "Using .env file"
|
||||||
. $(pwd)/.env
|
. $(pwd)/.env
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user