yzk_wechat_event/start

6 lines
171 B
Bash

#!/bin/bash
gunicorn -c yzk_wechat_event/gunicorn.conf.py yzk_wechat_event.wsgi:application &
echo '121.41.112.68 qyapi.weixin.qq.com' >> /etc/hosts &
tail -f logs/*.log