eth-statediff-service/startup_script.sh

12 lines
221 B
Bash
Raw Normal View History

2020-08-19 20:30:52 +00:00
#!/bin/sh
# Exit if the variable tests fail
set -e
set +x
# Check the database variables are set
test $VDB_COMMAND
set +e
echo "Running the statediff service"
./eth-statediff-service ${VDB_COMMAND} --config=config.toml