From e30e7bf8820f59770fb44e57f1282050aa552921 Mon Sep 17 00:00:00 2001 From: tian <11429339@qq.com> Date: Thu, 23 Jul 2026 18:21:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20install.sh=20=E5=88=9B=E5=BB=BA=20config?= =?UTF-8?q?s/tools/scripts=20=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/deploy/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy/install.sh b/scripts/deploy/install.sh index 5868e29..0ae1bea 100644 --- a/scripts/deploy/install.sh +++ b/scripts/deploy/install.sh @@ -34,7 +34,7 @@ else fi # 创建目录 -mkdir -p "$INSTALL_DIR"/{bin,config,data} +mkdir -p "$INSTALL_DIR"/{bin,config,data,configs,tools,scripts} # 复制二进制(始终更新) cp "$SCRIPT_DIR/$BIN" "$INSTALL_DIR/bin/safesightd"