build: check if jq installed in init.sh (#365)
This commit is contained in:
@@ -9,6 +9,8 @@ LOGLEVEL="info"
|
||||
#TRACE="--trace"
|
||||
TRACE=""
|
||||
|
||||
# validate dependencies are installed
|
||||
command -v jq > /dev/null 2>&1 || { echo >&2 "jq not installed. More info: https://stedolan.github.io/jq/download/"; exit 1; }
|
||||
|
||||
# remove existing daemon and client
|
||||
rm -rf ~/.ethermintd*
|
||||
|
||||
Reference in New Issue
Block a user