closed case
This commit is contained in:
parent
5279bc2b4d
commit
bf4d5c7d84
1 changed files with 2 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue