Rebuild image restart the apps now.

This commit is contained in:
Sean Li 2014-09-03 19:02:06 -07:00
parent b2ea4e0eb0
commit fdb5437277
1 changed files with 2 additions and 2 deletions

View File

@ -118,9 +118,9 @@ ImageUtil.rebuildImage = function (imageId) {
});
_.each(apps, function (app) {
app = Apps.findOne(app._id);
/*Meteor.call('runApp', app, function (err) {
AppUtil.run(app, function (err) {
if (err) { console.error(err); }
});*/
});
});
} else {
ImageUtil.rebuild(image, function (err) {