diff --git a/examples/guided.py b/examples/guided.py index b3df07d7..7cec99a3 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -183,6 +183,8 @@ for i in range(5, 0, -1): SIG_TRIGGER = False signal.signal(signal.SIGINT, sig_handler) print() +signal.signal(signal.SIGINT, kill_handler) + """ Setup the blockdevice, filesystem (and optionally encryption). Once that's done, we'll hand over to perform_installation()