I'm using global Homestead instance in Vagrant. The problem is that sometimes when some script is buggy and takes forever to execute, all other sites are down too. What is the fastest way to stop execution? For now I'm doing homestead provision
, but it's not that fast.