From d8f90fbf4d268bfcec34295aef5f6732acaf186a Mon Sep 17 00:00:00 2001 From: panqihua Date: Sun, 12 Jun 2022 17:15:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B8=85=E7=90=86=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E8=AF=AF=E5=88=A0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pixiv/pixiv.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pixiv/pixiv.sh b/pixiv/pixiv.sh index e95b521..b3c0135 100644 --- a/pixiv/pixiv.sh +++ b/pixiv/pixiv.sh @@ -389,8 +389,5 @@ done next_expected_at=`curl -v https://cronitor.io/api/monitors/$CronitorJobName -u $CronitorKey:''|jq .next_expected_at` Request "curl -v -d chat_id=$chat_id -d text=\"以上就是$today日榜前${length}名作品,本次推送完毕,下次推送时间预计是`date -d @$next_expected_at '+%Y-%m-%d %H:%M:%S'`,如有问题请联系管理员。 #date$_today #日期$_today \" $baseApi/sendMessage" -find -type f -mtime +7|grep html|xargs rm -f -find -type f -mtime +7|grep json|xargs rm -f -find -type f -mtime +7|grep webp|xargs rm -f -find -type f -mtime +7|grep info|xargs rm -f +find -type f -mtime +7 -name "*.webp" -o -name "*.html" -o -name "*.info" -o -name "*.json" -not -name $config_file|xargs rm -f DeleteMultipleObjects \ No newline at end of file