Add call to cleanup function (#486)
Publish / Build and publish (push) Successful in 33s Details
Deploy Test / Run deploy test suite (push) Successful in 2m17s Details
Smoke Test / Run basic test suite (push) Successful in 2m29s Details

pull/487/head v1.1.0-73e52c4-202308061741
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
1 changed files with 2 additions and 0 deletions

View File

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