Skip to content

Commit 2bc0b1c

Browse files
authored
Update linux-update-mde-linux.md
Fixed typos that makes the cronjob fail.
1 parent 0e97934 commit 2bc0b1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,19 +92,19 @@ CRON_TZ=America/Los_Angeles
9292
> #!RHEL and variants (CentOS and Oracle Linux)
9393
>
9494
> ```bash
95-
> 0 6 * * sun [ $(date +%d) -le 15 ] && sudo yum update mdatp -y >> ~/mdatp_cron_job.log
95+
> 0 6 * * sun [ $(date +\%d) -le 15 ] && sudo yum update mdatp -y >> ~/mdatp_cron_job.log
9696
> ```
9797
9898
> #!SLES and variants
9999
>
100100
> ```bash
101-
> 0 6 * * sun [ $(date +%d) -le 15 ] && sudo zypper update mdatp >> ~/mdatp_cron_job.log
101+
> 0 6 * * sun [ $(date +\%d) -le 15 ] && sudo zypper update mdatp >> ~/mdatp_cron_job.log
102102
> ```
103103
104104
> #!Ubuntu and Debian systems
105105
>
106106
> ```bash
107-
> 0 6 * * sun [ $(date +%d) -le 15 ] && sudo apt-get install --only-upgrade mdatp >> ~/mdatp_cron_job.log
107+
> 0 6 * * sun [ $(date +\%d) -le 15 ] && sudo apt-get install --only-upgrade mdatp >> ~/mdatp_cron_job.log
108108
> ```
109109
110110
> [!NOTE]

0 commit comments

Comments
 (0)