From 4eadd5bf3153b338fd1b7329241b9d77394a66a5 Mon Sep 17 00:00:00 2001 From: Daniel Burckhardt Date: Fri, 4 Nov 2022 15:02:22 +0100 Subject: [PATCH] docs(upgrades): update cosmovisor command --- docs/validators/upgrades/automated.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/validators/upgrades/automated.md b/docs/validators/upgrades/automated.md index e4b530b8dc..93c2085943 100644 --- a/docs/validators/upgrades/automated.md +++ b/docs/validators/upgrades/automated.md @@ -45,7 +45,7 @@ cp $GOPATH/bin/evmosd ~/.evmosd/cosmovisor/genesis/bin To check that you did this correctly, ensure your versions of `cosmovisor` and `evmosd` are the same: ```bash -cosmovisor version +cosmovisor run version evmosd version ``` @@ -106,7 +106,7 @@ echo "export DAEMON_ALLOW_DOWNLOAD_BINARIES=true" >> ~/.profile Now that everything is setup and ready to go, you can start your node. ```bash -cosmovisor start +cosmovisor run start ``` You will need some way to keep the process always running. If you're on linux, you can do this by creating a service.