We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44df6e9 commit b007037Copy full SHA for b007037
README.md
@@ -73,6 +73,6 @@ echo "30 7 * * * bash -c \"\$(curl -fsSLk https://github.com/hjdhn
73
74
chmod a+x /path/autorun.sh
75
76
-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 -
77
78
命令说明 /patch 为脚本存放路径(脚本放在与源码同级的自定义目录中)
0 commit comments