Move daemon to server directory

This commit is contained in:
Kumi 2018-10-18 19:21:54 +02:00
parent ca05257c79
commit 2a27b69c5e
2 changed files with 2 additions and 1 deletions

3
run.sh
View file

@ -1,4 +1,5 @@
#!/bin/bash
gunicorn -c gunicorn.cfg daemon
mkdir /tmp/panosteal/ -p
gunicorn -c gunicorn.cfg server.daemon