File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99# prevent issue https://github.com/status-im/nimbus-eth1/issues/3661
1010
1111set -e
12- trap " trap - SIGTERM && kill -- - $$ " SIGINT SIGTERM EXIT
12+ trap " trap - SIGTERM && pkill -P $$ " SIGINT SIGTERM EXIT
1313
1414# script arguments
1515[[ $# -ne 1 ]] && { echo " Usage: $0 NIM_VERSION" ; }
Original file line number Diff line number Diff line change 99# prevent issue https://github.com/status-im/nimbus-eth1/issues/3661
1010
1111set -e
12- trap " trap - SIGTERM && kill -- - $$ " SIGINT SIGTERM EXIT
12+ trap " trap - SIGTERM && pkill -P $$ " SIGINT SIGTERM EXIT
1313
1414# script arguments
1515[[ $# -ne 1 ]] && { echo " Usage: $0 NIM_VERSION" ; }
Original file line number Diff line number Diff line change 99# prevent issue https://github.com/status-im/nimbus-eth1/issues/3661
1010
1111set -e
12- trap " trap - SIGTERM && kill -- - $$ " SIGINT SIGTERM EXIT
12+ trap " trap - SIGTERM && pkill -P $$ " SIGINT SIGTERM EXIT
1313
1414# script arguments
1515[[ $# -ne 1 ]] && { echo " Usage: $0 NIM_VERSION" ; }
Original file line number Diff line number Diff line change 99# prevent issue https://github.com/status-im/nimbus-eth1/issues/3661
1010
1111set -e
12- trap " trap - SIGTERM && kill -- - $$ " SIGINT SIGTERM EXIT
12+ trap " trap - SIGTERM && pkill -P $$ " SIGINT SIGTERM EXIT
1313
1414# script arguments
1515[[ $# -ne 1 ]] && { echo " Usage: $0 NIM_VERSION" ; }
You can’t perform that action at this time.
0 commit comments