Skip to content

Commit ad72eb2

Browse files
authored
Merge pull request #19 from sanshu-rom/main
修正在线定时脚本的错误已经测试
2 parents 6776721 + 3c70577 commit ad72eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ todo:
6969

7070
* 添加定时方案
7171

72-
`echo "30 7 * * * bash -c \"\$(curl -fsSLk https://github.com/hjdhnx/drpy-node/raw/refs/heads/main/autorun.sh)\"" >> /path/logfile.log 2>&1" | crontab -`
72+
`echo "30 7 * * * cd /patch && bash -c \"\$(curl -fsSLk https://github.com/hjdhnx/drpy-node/raw/refs/heads/main/autorun.sh)\" >> /patch/drpyslog.log 2>&1" | crontab -`
7373

7474
或者下载脚本到本地后
7575

0 commit comments

Comments
 (0)