closed case

This commit is contained in:
Leopere 2018-11-06 15:19:50 -05:00
parent 5279bc2b4d
commit bf4d5c7d84
No known key found for this signature in database
GPG key ID: 64476C903E477CCB

View file

@ -63,7 +63,7 @@ case $1 in
# rm -Rf ./data
# rm -f ./chainquery.zip
;;
update-bootstrap )
upload-latest-checkpoint-data )
## This is a function just to ensure that we keep checkpoint data up to date.
docker-compose stop chainquery
docker-compose stop mysql
@ -71,6 +71,7 @@ case $1 in
aws s3 cp ./chainquery-data.zip s3://chainquery-data/chainquery-data.new
aws s3 rm s3://chainquery-data/chainquery-data.zip
aws s3 mv s3://chainquery-data/chainquery-data.new s3://chainquery-data/chainquery-data.zip
;;
* )
echo "=================================================="
echo "You look like you need usage examples let me help."