# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit. # # On branch dev # Your branch is up to date with 'origin/dev'. # # Changes to be committed: # new file: auto-special-rule/openai.yaml # modified: openclash-special-rules.sh #
This commit is contained in:
parent
2c2b1d30ac
commit
9e9b0f8ad3
0
auto-special-rule/openai.yaml
Normal file
0
auto-special-rule/openai.yaml
Normal file
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
OUTPUT_DIR="/root/Personal-project/openclash-rule/auto-special-rule/"
|
||||
GIT_REPO_DIR="/root/Personal-project/openclash-rule/"
|
||||
OUTPUT_DIR="/root/Personal-project/openclash-special-rule/openclash-rule/auto-special-rule/"
|
||||
GIT_REPO_DIR="/root/Personal-project/openclash-special-rule/openclash-rule"
|
||||
|
||||
cd "$GIT_REPO_DIR" || { log "Failed to change directory to: $GIT_REPO_DIR"; exit 1; }
|
||||
if git pull; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user