From 9d6ae64e64635e3e3f6d9c03d6756f2903b98796 Mon Sep 17 00:00:00 2001
From: CanbiZ <47820557+MickLesk@users.noreply.github.com>
Date: Mon, 28 Oct 2024 16:48:04 +0100
Subject: [PATCH] Tweak

Removed wrong line
---
 ct/tianji.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ct/tianji.sh b/ct/tianji.sh
index f9c9914f..f4d07f1d 100644
--- a/ct/tianji.sh
+++ b/ct/tianji.sh
@@ -71,7 +71,6 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_v
   mv /opt/tianji /opt/tianji_bak
   wget -q "https://github.com/msgbyte/tianji/archive/refs/tags/v${RELEASE}.zip"
   unzip -q v${RELEASE}.zip
-  rm -R 
   mv tianji-${RELEASE} /opt/tianji
   cd tianji
   pnpm install --filter @tianji/client... --config.dedupe-peer-dependents=false --frozen-lockfile >/dev/null 2>&1