Update update.sh

This commit is contained in:
dami 2026-06-22 17:48:58 +08:00
parent 1ac541d16e
commit 038bb31ec3
1 changed files with 0 additions and 1 deletions

View File

@ -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