Fix log
This commit is contained in:
parent
c24cb6a37d
commit
9fca1de335
2
crontab
2
crontab
|
@ -1,3 +1,3 @@
|
||||||
# executor crontab
|
# executor crontab
|
||||||
* * * * * /usr/local/bin/cron-command > /home/executor/cron.log
|
* * * * * /usr/local/bin/cron-command >> /home/executor/cron.log
|
||||||
0 0 * * * mv /home/executor/cron.log /home/executor/cron.old
|
0 0 * * * mv /home/executor/cron.log /home/executor/cron.old
|
||||||
|
|
Loading…
Reference in New Issue
Block a user