From 2dc94460e922a7bb342b3f6dae80bec5619f2686 Mon Sep 17 00:00:00 2001 From: Sebastian Gerske Date: Wed, 10 Oct 2018 15:49:10 +0200 Subject: [PATCH] moved reuse_database to own switch --- start_ocean.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/start_ocean.sh b/start_ocean.sh index 4dd8f0b..42cdce8 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -38,8 +38,10 @@ while :; do export OCEAN_VERSION=latest printf $COLOR_Y'Switched to latest components...\n\n'$COLOR_RESET ;; - --no-pleuston) + --reuse-database) export REUSE_DATABASE="true" + ;; + --no-pleuston) COMPOSE_FILE='docker-compose-no-pleuston.yml' printf $COLOR_Y'Starting without Pleuston...\n\n'$COLOR_RESET ;;