Add call to cleanup function

This commit is contained in:
David Boreham 2023-08-06 10:08:17 -06:00
parent e856616be8
commit 7a615dc682

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" \