packer/plugin: confirm cleanup at first signal received
This commit is contained in:
parent
80e36f11b9
commit
4da60e6503
@ -20,6 +20,8 @@ func setupSignalHandlers(env packer.Environment) {
|
||||
<-ch
|
||||
log.Println("First interrupt. Ignoring to allow plugins to clean up.")
|
||||
|
||||
env.Ui().Error("Interrupt signal received. Cleaning up...")
|
||||
|
||||
// Second interrupt. Go down hard.
|
||||
<-ch
|
||||
log.Println("Second interrupt. Exiting now.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user