Add call to cleanup function (#486)

This commit is contained in:
2023-08-06 11:41:39 -06:00
committed by GitHub
parent e856616be8
commit 73e52c4eed
@@ -23,6 +23,8 @@ cleanup() {
echo "Done"
}
trap 'cleanup' SIGINT SIGTERM
$START_CMD \
--datadir="${CERC_ETH_DATADIR}" \
--authrpc.addr="0.0.0.0" \