confirmed exit using trap
I am trying to trap the Ctrl+C signal asking a confirmation from the user. The trapping part works fine. But once the signal gets trapped, it does not return to the normal execution. Instead, it quits the script. How to make it resume the execution when the user presses no.