Skip to content

Commit a4eed79

Browse files
authored
Fixed a Typo
1 parent 90db11e commit a4eed79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defender-endpoint/schedule-antivirus-scan-anacron.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Use the following steps to schedule scans:
7070
Notice the following items in the file:
7171

7272
- **Shell** is referred as `/bin/sh`, and not as `/bin/bash`. Remember this when you're configuring jobs.
73-
- **RANDOM_DELAY** describes the maximum time in minutes for the job. This value is used to offset the jobs so there aren't be too many jobs running at the same time. Using this delay is ideal for VDI solutions.
73+
- **RANDOM_DELAY** describes the maximum time in minutes for the job. This value is used to offset the jobs so there aren't too many jobs running at the same time. Using this delay is ideal for VDI solutions.
7474
- **START_HOURS_RANGE** describes the time range to run the job.
7575
- **cron.daily** describes `1` as the period of days required for the frequency of job executions. `5 is the delay in minutes that anacron waits after the device restarts.
7676

0 commit comments

Comments
 (0)