diff --git a/start_ocean.sh b/start_ocean.sh index d525dc3..9bcf19e 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -144,7 +144,6 @@ while :; do ;; *) printf $COLOR_Y'Starting Ocean...\n\n'$COLOR_RESET - echo ${BRIZO_ENV_FILE} docker-compose --project-name=$PROJECT_NAME $COMPOSE_FILES -f ${NODE_FILE} up --remove-orphans break esac