Is it possible to restart a machine when provisioning a machine using Vagrant and pickup where the script left off?
问题 I was reading a tutorial in bash where they said to restart the machine, there was no option to restart a service directly, it was a matter of restarting the machine, and then there were more commands after that that still needed to be run when provisioning. So is there any way to restart a box amid provisioning and then pick up where you left off after that? 回答1: As far as I know you can't have a single script/set of commands that would carry on where it left off if it attempts to restart