Skip to content

Commit 9cc5be7

Browse files
(AzureCXP) fixes MicrosoftDocs/defender-docs#427585
Updated on line number
1 parent 9061632 commit 9cc5be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Press **Insert**, and then add the following entries:
7777
```bash
7878
CRON_TZ=America/Los_Angeles
7979

80-
0 2 * * sat /bin/mdatp scan quick > ~/mdatp_cron_job.log
80+
0 2 * * sat /usr/bin/mdatp scan quick > ~/mdatp_cron_job.log
8181
```
8282

8383
> [!NOTE]

0 commit comments

Comments
 (0)