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
1 changed files with 5 additions and 1 deletions

View File

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