Skip to content

Instantly share code, notes, and snippets.

@jamiew
Created August 13, 2020 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamiew/be6364c195359a2177c39370687b3567 to your computer and use it in GitHub Desktop.
Save jamiew/be6364c195359a2177c39370687b3567 to your computer and use it in GitHub Desktop.
Simple script to manually update and restat a Helium blockchain-etl node
#!/bin/sh
set -e
git pull origin master
make release
make migrations
make start
tail -F _build/dev/rel/blockchain_etl/log/console.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment