testnet-deploy.sh updates

This commit is contained in:
Michael Vines
2019-04-26 20:12:27 -07:00
parent fea212e64e
commit 634d8e25ee
2 changed files with 14 additions and 23 deletions

View File

@@ -173,6 +173,10 @@ if $stopNetwork; then
skipSetup=true
fi
if $delete; then
skipSetup=false
fi
# Create the network
if ! $skipSetup; then
echo "--- $cloudProvider.sh delete"