From 87a0d5eec523e7ca244cdd679b87c38fcdef7571 Mon Sep 17 00:00:00 2001 From: lsy Date: Sat, 21 Sep 2024 17:21:37 +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 73fc2ba..cf5c693 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" ]];then + if [[ "\$ignore" =~ "\item_name" ]];then continue fi cd "\$item" || exit