diff --git a/start-production b/start-production index 9ef77ff..6472486 100755 --- a/start-production +++ b/start-production @@ -3,7 +3,6 @@ sudo supervisord ctl start \ sites-host-services:* \ sites-reeeper:* \ - sites-logan:* \ sites-newsletter:* \ sites-newsroom:* \ sites-media:* \ diff --git a/stop-production b/stop-production index 9884db9..2a68832 100755 --- a/stop-production +++ b/stop-production @@ -6,6 +6,5 @@ sudo supervisord ctl stop \ sites-media:* \ sites-newsroom:* \ sites-newsletter:* \ - sites-logan:* \ sites-reeeper:* \ sites-host-services:* \ No newline at end of file