File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,19 +92,19 @@ CRON_TZ=America/Los_Angeles
92
92
> #!RHEL and variants (CentOS and Oracle Linux)
93
93
>
94
94
> ``` 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
96
96
> ` ` `
97
97
98
98
> # !SLES and variants
99
99
>
100
100
> ` ` ` 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
102
102
> ` ` `
103
103
104
104
> # !Ubuntu and Debian systems
105
105
>
106
106
> ` ` ` 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
108
108
> ` ` `
109
109
110
110
> [! NOTE]
You can’t perform that action at this time.
0 commit comments