From 059717de6daaf1b98d9c2e97e9a942e52f1a7b45 Mon Sep 17 00:00:00 2001 From: iouAkira Date: Fri, 2 Apr 2021 15:38:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0spnode=E7=94=A8=E6=88=B7cooki?= =?UTF-8?q?es.list=E6=96=87=E4=BB=B6=E5=85=BC=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/auto_help.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/auto_help.sh b/docker/auto_help.sh index 6fb5b5e9..4f32e789 100644 --- a/docker/auto_help.sh +++ b/docker/auto_help.sh @@ -32,7 +32,7 @@ exportSharecode() { #账号数 cookiecount=$(echo ${JD_COOKIE} | grep -o pt_key | grep -c pt_key) if [ -f /usr/local/bin/spnode ]; then - cookiecount =$(cat "$COOKIES_LIST" | grep -o pt_key | grep -c pt_key) + cookiecount=$(cat "$COOKIES_LIST" | grep -o pt_key | grep -c pt_key) fi echo "cookie个数:${cookiecount}"