From dc5ed0de3b69287cc935025509a6ca7729d44edc Mon Sep 17 00:00:00 2001 From: yulei Date: Wed, 12 Mar 2025 15:16:21 +0800 Subject: [PATCH] Update openclash-special-rules.sh 03/12 --- openclash-special-rules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openclash-special-rules.sh b/openclash-special-rules.sh index 17b8d65..76743c5 100644 --- a/openclash-special-rules.sh +++ b/openclash-special-rules.sh @@ -1,7 +1,7 @@ #!/bin/bash OUTPUT_DIR="/home/Personal-project/openclash-special-rule/openclash-rule/auto-special-rule/" LOG_FILE="/var/log/my_script.log" -GIT_REPO_DIR="/root/Personal-project/openclash-special-rule/openclash-rule" +GIT_REPO_DIR="/home/Personal-project/openclash-special-rule/openclash-rule" # 初始化日志 > "$LOG_FILE"