mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
增加spnode用户cookies.list文件兼容
This commit is contained in:
parent
3bc1d8b454
commit
9d4edce647
@ -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}"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user