From db55516c3e306250527a508d4266ca2bdd3b9d40 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Mon, 19 Aug 2024 14:00:31 +0530 Subject: [PATCH] Fix wget command --- ops/stage0-to-stage1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/stage0-to-stage1.md b/ops/stage0-to-stage1.md index 285cddf..0db4d7d 100644 --- a/ops/stage0-to-stage1.md +++ b/ops/stage0-to-stage1.md @@ -52,7 +52,7 @@ Once all the participants have completed their onboarding, stage0 laconicd chain ```bash # Place in stage1 deployment directory - wget -P /srv/laconicd/stage1-deployment/data/genesis-config/genesis.json https://git.vdb.to/cerc-io/testnet-laconicd-stack/raw/branch/main/ops/stage1/genesis-accounts.json + wget -O /srv/laconicd/stage1-deployment/data/genesis-config/genesis.json https://git.vdb.to/cerc-io/testnet-laconicd-stack/raw/branch/main/ops/stage1/genesis-accounts.json ``` * Start the stage1 deployment: