From 4fe0954131dfbcbeea003226eec8303f54505efd Mon Sep 17 00:00:00 2001 From: lsy Date: Fri, 26 Jul 2024 19:16:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=87=E4=BB=BD=E8=84=9A=E6=9C=AC=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E5=90=8D=E7=A7=B0=E5=86=99=E9=94=99=E4=BA=86,?= =?UTF-8?q?=E5=B0=86=E6=A3=80=E6=B5=8B=E5=88=B0=E9=80=80=E5=87=BA=E5=88=A0?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Config/Automation/backup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Config/Automation/backup.sh b/Config/Automation/backup.sh index 1371150..4645bd0 100644 --- a/Config/Automation/backup.sh +++ b/Config/Automation/backup.sh @@ -8,9 +8,8 @@ declare baidu_pick declare aliyun_pick declare cron -if [[ -f "${path}/update.sh" ]];then +if [[ -f "${path}/backup.sh" ]];then echo "该路径文件已经存在" - exit fi