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:
parent
0eee9857d6
commit
d7d4024902
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user