mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 01:37:01 +01:00
cleanup
This commit is contained in:
parent
ccc685f06d
commit
444fb56ff4
3
.gitignore
vendored
3
.gitignore
vendored
@ -8,9 +8,6 @@ ganache-db/
|
|||||||
# Emacs
|
# Emacs
|
||||||
*~
|
*~
|
||||||
|
|
||||||
# mutable secret store config (Issue #126)
|
|
||||||
networks/secret-store/config/config.toml
|
|
||||||
|
|
||||||
# Mac OS Filesystem artifacts
|
# Mac OS Filesystem artifacts
|
||||||
.DS_Store
|
.DS_Store
|
||||||
**/.DS_Store
|
**/.DS_Store
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 Ocean Protocol contributors
|
# Copyright (c) 2020 Ocean Protocol contributors
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
# Usage: ./start_ocean.sh
|
# Usage: ./start_ocean.sh
|
||||||
@ -90,7 +90,8 @@ fi
|
|||||||
export OPERATOR_SERVICE_URL=https://operator-api.operator.dev-ocean.com
|
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 [ ${IP} = "localhost" ]; then
|
||||||
if grep -q "aquarius" /etc/hosts; then
|
if grep -q "aquarius" /etc/hosts; then
|
||||||
@ -191,7 +192,7 @@ while :; do
|
|||||||
printf $COLOR_Y'Starting without Ganache...\n\n'$COLOR_RESET
|
printf $COLOR_Y'Starting without Ganache...\n\n'$COLOR_RESET
|
||||||
;;
|
;;
|
||||||
--no-aquarius)
|
--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
|
printf $COLOR_Y'Starting without Aquarius...\n\n'$COLOR_RESET
|
||||||
;;
|
;;
|
||||||
--no-dashboard)
|
--no-dashboard)
|
||||||
|
Loading…
Reference in New Issue
Block a user