forked from cerc-io/ipld-eth-server
update deps/paths/names
This commit is contained in:
@@ -35,7 +35,7 @@ echo "Beginning the vulcanizedb process"
|
||||
VDB_CONFIG_FILE=${VDB_CONFIG_FILE:-config.toml}
|
||||
DEFAULT_OPTIONS="--config=$VDB_CONFIG_FILE"
|
||||
VDB_FULL_CL=${VDB_FULL_CL:-$VDB_COMMAND $DEFAULT_OPTIONS}
|
||||
echo running: ./ipfs-blockchain-watcher $VDB_FULL_CL $@
|
||||
echo running: ./ipld-eth-server $VDB_FULL_CL $@
|
||||
|
||||
case "$1" in
|
||||
"/bin/sh" )
|
||||
@@ -49,8 +49,8 @@ if [[ -z "$vdb_args" ]]; then
|
||||
vdb_args="--config=config.toml"
|
||||
fi
|
||||
|
||||
echo running: ./ipfs-blockchain-watcher $vdb_args
|
||||
./ipfs-blockchain-watcher $vdb_args
|
||||
echo running: ./ipld-eth-server $vdb_args
|
||||
./ipld-eth-server $vdb_args
|
||||
rv=$?
|
||||
|
||||
if [ $rv != 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user