test: added new entry in cron
This commit is contained in:
parent
88098e569c
commit
3241350fe7
@ -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
|
||||
3
docker/alpine/etc/wingmate/crontab.d/cron4.sh
Normal file
3
docker/alpine/etc/wingmate/crontab.d/cron4.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec wmtest-helper-log /var/log/cron4.log "this cron runs every minute"
|
||||
Loading…
x
Reference in New Issue
Block a user