start.sh 94 B

123
  1. #!/usr/bin/env bash
  2. su - www -c "cd ~/sites/JimV-C; gunicorn -c gunicorn_config.py main:app"