Skip to content

Commit

Permalink
update print text
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaisc committed Oct 29, 2021
1 parent 2e5103b commit 6a9c9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_ocean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a9c9df

Please sign in to comment.