eth-statediff-service/startup_script.sh
2020-08-19 15:37:30 -05:00

12 lines
221 B
Bash

#!/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