Commit 61c2f33633b1a6a4680d346bc7ebce6b9272e768

Authored by Rohan Rangray
1 parent 3945bfd05c
Exists in master

Fixed typo in run_production.sh

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

scripts/run_production.sh View file @ 61c2f33
1 1 #!/bin/bash -xe
2 2 source secrets.sh
3 3 source venv/bin/activate
4   -newrelic-admin run-programn /srv/flashy-backend/venv/bin/gunicorn --pid /run/flashy/gunicorn.pid -w 6 -n flashy -b 127.0.0.1:7002 flashy.wsgi
  4 +newrelic-admin run-program /srv/flashy-backend/venv/bin/gunicorn --pid /run/flashy/gunicorn.pid -w 6 -n flashy -b 127.0.0.1:7002 flashy.wsgi