test: added new entry in cron

This commit is contained in:
Suyono 2023-12-04 20:15:15 +11:00
parent 88098e569c
commit 3241350fe7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,4 @@
17 * * * * /etc/wingmate/crontab.d/cron1.sh
*/5 * * * * /etc/wingmate/crontab.d/cron2.sh
21,41 3,6,14,17,20,22 * * * /etc/wingmate/crontab.d/cron3.sh
21,41 3,6,14,17,20,22 * * * /etc/wingmate/crontab.d/cron3.sh
* * * * * /etc/wingmate/crontab.d/cron4.sh

View File

@ -0,0 +1,3 @@
#!/bin/sh
exec wmtest-helper-log /var/log/cron4.log "this cron runs every minute"