1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-12-02 05:57:21 +01:00

Update start_ocean.sh

This commit is contained in:
Alex Coseru 2019-10-19 12:40:25 +03:00 committed by GitHub
parent 0eee9857d6
commit d7d4024902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -272,6 +272,10 @@ while :; do
################################################# #################################################
# Exclude switches # Exclude switches
################################################# #################################################
--no-pleuston)
COMPOSE_FILES="${COMPOSE_FILES/ -f ${COMPOSE_DIR}\/commons.yml/}"
printf $COLOR_Y'Starting without Commons...\n\n'$COLOR_RESET
;;
--no-commons) --no-commons)
COMPOSE_FILES="${COMPOSE_FILES/ -f ${COMPOSE_DIR}\/commons.yml/}" COMPOSE_FILES="${COMPOSE_FILES/ -f ${COMPOSE_DIR}\/commons.yml/}"
printf $COLOR_Y'Starting without Commons...\n\n'$COLOR_RESET printf $COLOR_Y'Starting without Commons...\n\n'$COLOR_RESET