From 3fa57c69ace168238db163ef4c74d9a641d70bbd Mon Sep 17 00:00:00 2001 From: whyour Date: Mon, 13 Mar 2023 23:57:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A3=80=E6=9F=A5=20pm2=20?= =?UTF-8?q?=E7=8A=B6=E6=80=81=20api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/check.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/shell/check.sh b/shell/check.sh index 51fd629a..3b2c7ed1 100755 --- a/shell/check.sh +++ b/shell/check.sh @@ -68,7 +68,6 @@ check_pm2() { local api=$( curl -s --noproxy "*" "http://0.0.0.0:5600/api/system?t=$currentTimeStamp" \ -H 'Accept: */*' \ - -H "Authorization: Bearer $token" \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36' \ -H 'Referer: http://0.0.0.0:5700/crontab' \ -H 'Accept-Language: en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7' \