Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Oct 13, 2020
1 parent ccc685f commit 444fb56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ ganache-db/
# Emacs
*~

# mutable secret store config (Issue #126)
networks/secret-store/config/config.toml

# Mac OS Filesystem artifacts
.DS_Store
**/.DS_Store
Expand Down
7 changes: 4 additions & 3 deletions start_ocean.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright (c) 2019 Ocean Protocol contributors
# Copyright (c) 2020 Ocean Protocol contributors
# SPDX-License-Identifier: Apache-2.0
#
# Usage: ./start_ocean.sh
Expand Down Expand Up @@ -90,7 +90,8 @@ fi
export OPERATOR_SERVICE_URL=https://operator-api.operator.dev-ocean.com


#add aquarius to /etc/hosts
# Add aquarius to /etc/hosts
# Workaround mainly for macOS

if [ ${IP} = "localhost" ]; then
if grep -q "aquarius" /etc/hosts; then
Expand Down Expand Up @@ -191,7 +192,7 @@ while :; do
printf $COLOR_Y'Starting without Ganache...\n\n'$COLOR_RESET
;;
--no-aquarius)
COMPOSE_FILES="${COMPOSE_FILES/ -f ${COMPOSE_DIR}\/aquarius_elasticsearch.yml/}"
COMPOSE_FILES="${COMPOSE_FILES/ -f ${COMPOSE_DIR}\/aquarius.yml/}"
printf $COLOR_Y'Starting without Aquarius...\n\n'$COLOR_RESET
;;
--no-dashboard)
Expand Down

0 comments on commit 444fb56

Please sign in to comment.