mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 09:47:04 +01:00
update print text
This commit is contained in:
parent
2e5103b16c
commit
6a9c9dfa4c
@ -243,7 +243,7 @@ while :; do
|
||||
;;
|
||||
*)
|
||||
[ ${CHECK_ELASTIC_VM_COUNT} = "true" ] && check_max_map_count
|
||||
printf $COLOR_Y'Starting Ocean V3...\n\n'$COLOR_RESET
|
||||
printf $COLOR_Y'Starting Ocean V4...\n\n'$COLOR_RESET
|
||||
[ ${DEPLOY_CONTRACTS} = "true" ] && clean_local_contracts
|
||||
[ ${FORCEPULL} = "true" ] && eval docker-compose "$DOCKER_COMPOSE_EXTRA_OPTS" --project-name=$PROJECT_NAME "$COMPOSE_FILES" pull
|
||||
eval docker-compose "$DOCKER_COMPOSE_EXTRA_OPTS" --project-name=$PROJECT_NAME "$COMPOSE_FILES" up --remove-orphans
|
||||
|
Loading…
Reference in New Issue
Block a user