From 038bb31ec3132cd66d3d57cba61439b76de49da5 Mon Sep 17 00:00:00 2001 From: dami Date: Mon, 22 Jun 2026 17:48:58 +0800 Subject: [PATCH] Update update.sh --- plugins/nezha/update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/nezha/update.sh b/plugins/nezha/update.sh index c7bb6174a..a5f956392 100644 --- a/plugins/nezha/update.sh +++ b/plugins/nezha/update.sh @@ -90,7 +90,6 @@ if [ ! -d $TARGET_DIR ]; then fi cd $TARGET_DIR && rm -rf app -cd $TARGET_DIR && rm -rf dashboard-linux-${ARCH} unzip $DOWNLOAD_FILE -d $TARGET_DIR echo "TARGET_DIR:"$TARGET_DIR if [ ! -f $TARGET_DIR/app ];then