From 00e50ec5caf6ecd90859c4db0c4d698aa63d62f5 Mon Sep 17 00:00:00 2001 From: yulei Date: Wed, 12 Mar 2025 15:58:04 +0800 Subject: [PATCH] Update openclash-rule01.sh --- openclash-rule01.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openclash-rule01.sh b/openclash-rule01.sh index 9a088e9..f61f2d3 100755 --- a/openclash-rule01.sh +++ b/openclash-rule01.sh @@ -2,9 +2,9 @@ # 配置区 BASE_URL="https://cdn.jsdelivr.net/gh/Loyalsoldier/clash-rules@release/" -OUTPUT_DIR="/root/Personal-project/openclash-rule/auto-update-rule/" +OUTPUT_DIR="/home/Personal-project/openclash-rule/auto-update-rule/" LOG_FILE="/var/log/my_script.log" -GIT_REPO_DIR="/root/Personal-project/openclash-rule/" +GIT_REPO_DIR="/home/Personal-project/openclash-rule/" # 初始化日志 > "$LOG_FILE"