Tagged Questions
0
votes
1answer
215 views
Bash script to wait for Virtualbox VM shutdown?
Virtualbox has the ability to issue a command to a running vm:
vboxmanage controlvm NameOfRunningVM acpipowerbutton
However this command returns immediately which results in non-graceful shutdown ...