diff --git a/script/production b/script/production index 789881b..9f93821 100755 --- a/script/production +++ b/script/production @@ -20,13 +20,13 @@ do_start() { clear_cache ./script/ferret_server -e $RAILS_ENV start ./script/feed-updater start - mongrel_rails cluster::start ./script/delayed_job start + mongrel_rails cluster::start } do_stop() { - ./script/delayed_job stop mongrel_rails cluster::stop + ./script/delayed_job stop ./script/feed-updater stop ./script/ferret_server -e $RAILS_ENV stop } -- libgit2 0.21.2