Add call to cleanup function (#486)
This commit is contained in:
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" \
|
||||
|
Loading…
Reference in New Issue
Block a user