Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukel committed Apr 25, 2024
1 parent 227c204 commit d4c7bdf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions contrib/docker-scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,6 @@ function start_network {
ln -s ${DAEMON_HOME}/cosmovisor/genesis/bin/zetacored ${DAEMON_HOME}/cosmovisor/current/bin/zetacored
fi

logt "Visor Version"
${VISOR_NAME} version | tail -n 1 | tr -d '(devel)' | tr -d '\n'

logt "Visor Version"
${VISOR_NAME} version | tail -n 1 | tr -d '(devel)' | tr -d '\n'

EXPECTED_MAJOR_VERSION=$(cat /scripts/EXPECTED_MAJOR_VERSION)
VISOR_VERSION=v$(${VISOR_NAME} version | tail -n 1 | tr -d '(devel)' | tr -d '\n')
DAEMON_VERSION=$(${DAEMON_NAME} version)
Expand Down

0 comments on commit d4c7bdf

Please sign in to comment.