Skip to content

Commit 237bde2

Browse files
authored
Update linux-update-mde-linux.md
Correcting cron tab entry
1 parent 1f7fa80 commit 237bde2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defender-endpoint/linux-update-mde-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ CRON_TZ=America/Los_Angeles
108108
> ```
109109
110110
> [!NOTE]
111-
> In the examples above, we are setting it to 00 minutes, 6 a.m.(hour in 24 hour format), any day of the month, any month, on Sundays.[$(date +\%d) -le 15] == Won't run unless it's equal or less than the 15th day (3rd week). Meaning it will run every 3rd Sundays(7) of the month at 6:00 a.m. Pacific (UTC -8).
111+
> In the examples above, we are setting it to 00 minutes, 6 a.m.(hour in 24 hour format), any day of the month, any month, on Sundays.[$(date +\%d) -le 15] == Won't run unless it's equal or less than the 15th day (3rd week). Meaning it will run a job at 6AM every Sunday, but only if the day of the month is 15 or less.
112112
113113
Press "Esc"
114114

0 commit comments

Comments
 (0)