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:
parent
be66e63bc2
commit
6c15d71633
|
@ -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
|
Loading…
Reference in New Issue