diff options
author | Markus Krogh <markus@nordu.net> | 2017-06-02 14:32:39 +0200 |
---|---|---|
committer | Markus Krogh <markus@nordu.net> | 2017-06-02 14:32:39 +0200 |
commit | be5d914b73a264960770419e1e10d00b5fceb47f (patch) | |
tree | 391171cce91c021359a7b4966485bd679ceee117 /start.sh | |
parent | 934702f61f1cbdbf001ebb598c22c75efa247645 (diff) |
Uwsgi and ready for deployment
Diffstat (limited to 'start.sh')
-rwxr-xr-x | start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ case "$*" in ;; server) # uwsgi start! - + uwsgi --ini /app/uwsgi.conf ;; shell) /bin/bash |