fix bash variable
This commit is contained in:
parent
a79d44c912
commit
5cde2bfe31
|
@ -38,7 +38,7 @@
|
|||
|
||||
* Set the nonce address variable:
|
||||
|
||||
* `nonce_address=$"(cat vaults/<namespace>/<coin>/<account_id>-na.txt)"`
|
||||
* `nonce_address="$(cat vaults/<namespace>/<coin>/<account_id>-na.txt)"`
|
||||
|
||||
1. Set `ICEPICK_DATA_DIRECTORY`:
|
||||
|
||||
|
|
Loading…
Reference in New Issue