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