Commit 4da60e65 authored by Jack Pearkes's avatar Jack Pearkes

packer/plugin: confirm cleanup at first signal received

parent 80e36f11
...@@ -20,6 +20,8 @@ func setupSignalHandlers(env packer.Environment) { ...@@ -20,6 +20,8 @@ func setupSignalHandlers(env packer.Environment) {
<-ch <-ch
log.Println("First interrupt. Ignoring to allow plugins to clean up.") log.Println("First interrupt. Ignoring to allow plugins to clean up.")
env.Ui().Error("Interrupt signal received. Cleaning up...")
// Second interrupt. Go down hard. // Second interrupt. Go down hard.
<-ch <-ch
log.Println("Second interrupt. Exiting now.") log.Println("Second interrupt. Exiting now.")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment