diff --git a/start b/start index 449ca32..621f2b2 100644 --- a/start +++ b/start @@ -1,5 +1,5 @@ #!/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 & +echo '121.41.112.68 qyapi.weixin.qq.com' >> /etc/hosts & tail -f logs/*.log