summaryrefslogtreecommitdiffstats
path: root/src/schedule.c
Commit message (Collapse)AuthorAgeFilesLines
* #997 Set stale check flag when processing schedule/createJose M. Guisado2021-03-111-9/+9
| | | | | | | | | | | If you schedule a command in the past, the scheduler executes such command immediately. When expanding a schedule that result in commands that run weekly, commands in the past are also executed, which is not expected. Fix this by using the check_stale flag (formerly on_start) so commands in the past that result from expansions are skipped.
* #971 rename sources folder to srcOpenGnSys Support Team2020-06-261-0/+478
Use the same folder as in ogClient.