Comparing version 0.4.0 to 0.4.1
@@ -101,3 +101,3 @@ var nodemiral = require('nodemiral'); | ||
taskList.execute('restarting the app', { | ||
command: '(sudo stop meteor || :) && (sudo start meteor)' | ||
command: '(sudo stop ' + appName + ' || :) && (sudo start ' + appName + ')' | ||
}); | ||
@@ -104,0 +104,0 @@ |
{ | ||
"name": "mup", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Production Quality Meteor Deplouments", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
24924