Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README.md
修正多余符号
  • Loading branch information
sanshu-rom authored Jan 3, 2025
commit b007037aab42dec81abe85a81ba1e74ee168bcef
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ echo "30 7 * * * bash -c \"\$(curl -fsSLk https://github.com/hjdhn

chmod a+x /path/autorun.sh

echo "30 7 * * * bash /path/autorun.sh " >> /path/logfile.log 2>&1" | crontab -
echo "30 7 * * * bash /path/autorun.sh >> /path/logfile.log 2>&1" | crontab -

命令说明 /patch 为脚本存放路径(脚本放在与源码同级的自定义目录中)