diff --git a/scripts/node.sh b/scripts/node.sh index d7f4dcf9d..beb97ef13 100755 --- a/scripts/node.sh +++ b/scripts/node.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -version="v1 20200313.0" +version="v1 20200327.0" unset -v progname progname="${0##*/}" @@ -248,7 +248,8 @@ shift $((${OPTIND} - 1)) unset -v bootnodes REL network_type dns_zone case "${node_type}" in -validator|explorer) ;; +validator) ;; +explorer) archival=true;; *) usage ;; esac