From c64f6a5be997a6dfccdf98374fa7c2c9b06a4396 Mon Sep 17 00:00:00 2001 From: lsy Date: Sat, 21 Sep 2024 17:24:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=87=E4=BB=BD=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Config/Automation/backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/Automation/backup.sh b/Config/Automation/backup.sh index cf5c693..59d88af 100644 --- a/Config/Automation/backup.sh +++ b/Config/Automation/backup.sh @@ -90,7 +90,7 @@ source \"${path}/venv/bin/activate\" for item in "$web_path"/*; do declare item_name=\$(basename "\$item") - if [[ "\$ignore" =~ "\item_name" ]];then + if [[ "\$ignore" =~ "\$item_name" ]];then continue fi cd "\$item" || exit