Closed maxzinkus closed 1 year ago
If alpine start is called on a running VM, host/start.go will return an error that the VM is already running -- which cmd/start.go interprets as a failure to start the VM, thus annoyingly calling stop.
alpine start
host/start.go
cmd/start.go
stop
This fixes that.
If
alpine start
is called on a running VM,host/start.go
will return an error that the VM is already running -- whichcmd/start.go
interprets as a failure to start the VM, thus annoyingly callingstop
.This fixes that.