Add call to cleanup function (#486)

This commit is contained in:
David Boreham 2023-08-06 11:41:39 -06:00 committed by GitHub
parent e856616be8
commit 73e52c4eed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,8 @@ cleanup() {
echo "Done"
}
trap 'cleanup' SIGINT SIGTERM
$START_CMD \
--datadir="${CERC_ETH_DATADIR}" \
--authrpc.addr="0.0.0.0" \