Skip to content

Instantly share code, notes, and snippets.

@novy4
novy4 / desmos-cosmovisor-installer.sh
Created September 16, 2020 09:58 — forked from ForboleDevelopment/desmos-cosmovisor-installer.sh
This script allows you to setup Cosmovisor inside your Desmos node so that it will be able to automatically upgrade itself for the Desmos September Upgrade
#!/usr/bin/env bash
# This script allows the easy installation of the Cosmovisor daemon to watch
# any upgrade of your Desmos node.
# In order to run it properly, just execute this script giving it the path
# to the folder where you cloned Desmos.
# Example:
# ./install-cosmovisor.sh ~/desmos
DESMOS_PATH=$1