#!/bin/bash
if [ ! -f /tmp/foo.txt ]; then
cp settings.ini.example settings.ini
fi
uwsgi --http :9090 --enable-threads --uid 1000 --wsgi-file app.py