Re-enabled automatic app recovering.

This commit is contained in:
Sean Li 2014-10-09 13:38:48 -07:00
parent 80758ffbdb
commit fdbc38fd1f
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ Meteor.setInterval(function () {
if (!Session.get('boot2dockerOff')) {
fixBoot2DockerVM(function (err) {
if (err) { console.log(err); return; }
//AppUtil.recover();
AppUtil.recover();
fixDefaultImages(function (err) {
if (err) { console.log(err); return; }
fixDefaultContainers(function (err) {