Skip to content

Commit 71055b7

Browse files
authored
(AzureCXP) fixes MicrosoftDocs/defender-docs#426095
Updated line no: 144 From: /bin/mdatp To: /usr/bin/mdatp
1 parent b98de20 commit 71055b7

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
@@ -141,7 +141,7 @@ Use the following steps to schedule scans:
141141
#!/bin/sh
142142
set -e
143143
echo $(date) "Time Scan Begins" >>/logs/mdav_avacron_full_scan.log
144-
/bin/mdatp scan full >> /logs/mdav_avacron_full_scan.log
144+
/usr/bin/mdatp scan full >> /logs/mdav_avacron_full_scan.log
145145
echo $(date) "Time Scan Finished" >>/logs/mdav_avacron_full_scan.log
146146
exit 0
147147
~

0 commit comments

Comments
 (0)