Add betanet.sh script

This commit is contained in:
Benjamin Canou 2018-06-30 17:40:28 +02:00
parent cfa1b8a761
commit 4a1fed09f9
2 changed files with 7 additions and 0 deletions

View File

@ -513,6 +513,12 @@ case $(basename $0) in
docker_compose_base_name=zeronet
default_port=19732
;;
betanet.sh)
docker_base_dir="$HOME/.tezos-betanet"
docker_image=tezos/tezos:betanet
docker_compose_base_name=betanet
default_port=9732
;;
*)
docker_base_dir="$HOME/.tezos-alphanet"
docker_image=tezos/tezos:alphanet

1
scripts/betanet.sh Symbolic link
View File

@ -0,0 +1 @@
alphanet.sh