From fdb5437277978902c9530c694cb6b53f03f4a43d Mon Sep 17 00:00:00 2001 From: Sean Li Date: Wed, 3 Sep 2014 19:02:06 -0700 Subject: [PATCH] Rebuild image restart the apps now. --- meteor/client/lib/images.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meteor/client/lib/images.js b/meteor/client/lib/images.js index 0c121d86ec..4a7b6281fe 100644 --- a/meteor/client/lib/images.js +++ b/meteor/client/lib/images.js @@ -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) {