Skip to content

Commit a517ecc

Browse files
authored
Update README.md
修正在线定时脚本的错误写法
1 parent 6776721 commit a517ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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 "* * * * * 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)