From cce11b4c6e2385d6f545147da694eefc87277c96 Mon Sep 17 00:00:00 2001 From: chalice-1831 <844589474@qq.com> Date: Wed, 23 Oct 2024 15:40:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=9D=9Ecentos=E6=88=96debian=E7=AD=89?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E7=B3=BB=E7=BB=9F=E4=B8=8B=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E6=97=B6=E5=88=9D=E5=A7=8B=E5=8C=96=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E5=8F=AF=E8=83=BD=E5=AD=98=E5=9C=A8=E6=8A=A5=E9=94=99?= =?UTF-8?q?=20(closed=20#2470)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/backend/components/collections/common/script_content.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/backend/components/collections/common/script_content.py b/apps/backend/components/collections/common/script_content.py index b94051e986..aa8696b3f1 100644 --- a/apps/backend/components/collections/common/script_content.py +++ b/apps/backend/components/collections/common/script_content.py @@ -56,6 +56,8 @@ fi done +cd "$setup_path" + rm -rf $subscription_tmp_dir """