From 272459eb2da95d10617435851d3462ca2d683d27 Mon Sep 17 00:00:00 2001 From: AKW <2497744746@qq.com> Date: Fri, 12 Jan 2024 15:17:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=AD=A3=E5=90=91=E4=BB=A3?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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