From da35ee86e84abf4fae7112f8d41d4bf24023de10 Mon Sep 17 00:00:00 2001 From: Akira Date: Tue, 22 Dec 2020 23:28:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=AF=8F=E6=AC=A1=E6=8F=90?= =?UTF-8?q?=E5=8F=96=E5=89=8D=E6=B8=85=E7=A9=BA=E4=BA=92=E5=8A=A9=E7=A0=81?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/proc_file.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/proc_file.sh b/docker/proc_file.sh index 4674a923..6ad3a51a 100644 --- a/docker/proc_file.sh +++ b/docker/proc_file.sh @@ -12,7 +12,7 @@ plantBean="${logdDir}/jd_plantBean.log" jdfruit="${logdDir}/jd_fruit.log" jdpet="${logdDir}/jd_pet.log" -echo -e >>$sharecodeFile +echo -e >$sharecodeFile sed -n '/京东赚赚好友互助码】.*/'p $jdzzFile | awk '{print $1}' | sort | uniq >>$sharecodeFile echo "提取京东赚赚助力码完成"