Skip to content

Sending Ctrl+C (SIGINT) shouldn't close child process #172

@epiccurious

Description

@epiccurious

During the IBD process, the user can close the terminal window and just run Bitcoin Core; however, if the user sends Ctrl+C, bash will both stop the script and close the child process (Bitcoin Core).

Set up a trap SIGINT function to that will exit the script gracefully.

Metadata

Metadata

Assignees

Labels

EASYGood for newcomersFEATURENew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions