register_rln.sh: explicitly setting keystore folder in current folder

This is needed to make it clearer that the "keystore" folder
is created in the current folder rather than in /

Also, I found permission issues because the
script was trying to create it in the root folder (/)
This commit is contained in:
Ivan Folgueira Bande 2023-11-08 09:42:45 +01:00
parent be66e63bc2
commit 6c15d71633
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ docker run -v ./keystore:/keystore/:Z quay.io/wakuorg/nwaku-pr:2189 generateRlnK
--rln-relay-eth-client-address=$ETH_CLIENT_ADDRESS \
--rln-relay-eth-private-key=$ETH_TESTNET_KEY \
--rln-relay-eth-contract-address=0xF471d71E9b1455bBF4b85d475afb9BB0954A29c4 \
--rln-relay-cred-path=/keystore/keystore.json \
--rln-relay-cred-path=./keystore/keystore.json \
--rln-relay-cred-password=$KEYSTORE_PASSWORD \
--execute