Don't region certs for saved machines

This commit is contained in:
Jeffrey Morgan 2015-03-08 21:39:36 -04:00
parent 0a02331cf0
commit 699f9bfe8c
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ var _steps = [{
var state = yield machine.state();
if (state === 'Saved') {
yield virtualBox.wake(machine.name());
yield machine.regenerateCerts();
} else if (state !== 'Running') {
yield machine.start();
yield machine.regenerateCerts();